对不起,今天比较忙,老板布置n的任务,忙中有错,以后不敢了,
你大人不记小人过啊,我是很喜欢这个论坛的,而且很感谢你每次的帮助的
我刚才试了一下,成功了,现在把它黏贴出来:
1,现在E:\新建一个文件夹copyrepository用来存放备份的库
2,在命令行:
D:\>cd repository
D:\repository>svnlook tree test1
/
2.txt
3.txt
D:\repository>svnlook tree test2
/
2.txt
3.txt
1.txt
D:\repository>svnadmin hotcopy test1 E:/copyrepository/copytest1 这样直接在copyrepository文件夹中新建了一个copytest1库
D:\repository>cd.. 成功后没有提示的
D:\>E:
E:\>cd copyrepository
E:\copyrepository>svnlook tree copytest1 验证,成功了
/
2.txt
3.txt
E:\copyrepository>cd..
E:\>D:
D:\>cd repository
D:\repository>svnadmin hotcopy test2 E:/copyrepository/copytest2
D:\repository>cd..
D:\>E:
E:\>cd copyrepository
E:\copyrepository>svnlook tree copytest2
/
2.txt
3.txt
1.txt