How to manage svn Subversion large tags local folder?
-
I am plugin developer and over the years my tags folder on my local machine has filled up with all the major/minor releases, now close to 500 Mb.
Is there a way to remove the local tags versions and still commit/push releases into the tags folder on the svn repo?
I tried looking at the documentation on this but could not find any leads.
On stackoverflow I came across this answer, but it does not give much details:svn update <yourfolder> --set-depth=exclude
the
set-depth=exclude
(command doc) apparently allows the configuration of sparse directories which only do a shallow sync with the repo.Can this be used on the tags folder in order to disconnect the link to the repo and still push updates with
svn copy trunk tags/...
?Can anyone shed some light on this ?
- The topic ‘How to manage svn Subversion large tags local folder?’ is closed to new replies.