anyone can help here?
When I do this
Code:
PS C:\Users\ykorotia> svn move -m "move" file:///D:/Users/ykorotia/Desktop/repo/123.txt file:///D:/Users/ykorotia/Deskto
p/repo/project1/trunk/123.txt --parents
I get history intact for file 123.txt in newly created directory, but I cannot see HISTORY LIST for folder
tried to move all project to trunk, got this
Code:
PS C:\Users\ykorotia> svn move -m "move" file:///D:/Users/ykorotia/Desktop/repo/ file:///D:/Users/ykorotia/Desktop/repo/
project1/trunk/
svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_client\copy.c' lin
e 591: assertion failed (! svn_path_is_empty(path))
PS C:\Users\ykorotia>
and svn fails with exception
tried to move particular directory only:
Code:
PS C:\Users\ykorotia> svn move -m "move" file:///D:/Users/ykorotia/Desktop/repo/dir1 file:///D:/Users/ykorotia/Desktop/r
epo/project1/trunk2/ --parents
Committed revision 8.
PS C:\Users\ykorotia>
so, it looks like I achieved what I wanted on directory level. BUT how can I transfer all files from repository root as a folder then? So all history list will be visible in new directory
Bookmarks