Dirk wrote:

1.) You can not do a delete and a copy-from the same revision in one
revision

Unless I misunderstood what you're saying there, you certainly can:

D:\test>svn del test1.txt
D         test1.txt

D:\test>svn copy test1.txt -r HEAD test1.txt
A         test1.txt

D:\test>svn status
R  +   test1.txt

D:\test>svn ci -mtest
Replacing      test\test1.txt

Committed revision 7304.

--
Stephen Lee <[EMAIL PROTECTED]>
Software Engineer, Vision Group - Pro-Measure Leader
Wilcox Associates Inc. (U.K.)

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to