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
Post a Comment