osx - How to svn copy only specific folders from trunk to new branch -


i'm new svn , trying learn process. have trunk many directories looks this:

trunk   folder1     language1               language2   folder2     language1     language2   global     language1.jpg     language2.jpg   webroot     language1     language2 

i want copy files , folders on new branch using svn copy. right now, i'm copying on everything, not necessary:

svn copy http://url-to-repo/trunk http://url-to-repo/branches/new-branch 

how can copy specific items branch looks this?:

branches   new-branch     folder1       language1                         folder2       language1             global       language1.jpg     webroot       language1 


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -