I would like the move several directories in subversion under a new, parent directory. There is code out there that is in the process of being changed. Should I get the checkins done first, then try it? What's the best way to accomplish this?
|
1
|
|
|
|
|
|
I would check in first. I try to keep structural changes to my source tree (i.e. moving directory trees and the like) separate from functionality changes relating to the codebase (i.e changes within files), just to reduce possible problems with losing modifications during the transition. My mantra is little and often. |
||
|
|
|
|
I suppose you are using subclipse, the SVN plugin for eclipse.. however if the files are already synched you can just create the new folder structure, move everything as you like inside and then commit. It will delete old files and commit new ones! Of course you will lose the revision numbers: every file will be at latest revision. |
||||||||||
|
