tortoisesvn - Is there any way to update source from SVN except tags? -
as know, svn root dir have 3 sub-dir.(trunk, tags, branches) , have lot of tags in tags dir.
so when performed update command tortoisesvn on root, takes long time , consumes disk space lot. don't need access tags. thus, don't want update tags dir.
is there way update sources except tags?
you not need check out root dir normal work. if need trunk, checkout root/trunk. if need particular branch, checkout root/branch. in case tags not touched on svn update
.
Comments
Post a Comment