svn - Moving Directories with History -


i have svn structure this:

/projects     /project1     /project2 /somefolder     /project3     /project4 

i move projects /projects folder, means want move projects 3 , 4 /somefolder /projects folder.

the caveat: i'd keep full history. assume every client have check out stuff new location again, fine, still wonder simplest approach move directories without destroying history?

subversion 1.5 if matters.

svn rename 

moving/renaming in subversion keeps history intact.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -