Multiple CheckOut or Multiple Commit .
Posted
by marco
on Stack Overflow
See other posts from Stack Overflow
or by marco
Published on 2010-05-28T23:13:54Z
Indexed on
2010/05/30
11:42 UTC
Read the original article
Hit count: 359
Hello sorry for my English ...
I'm using Visual studio 2008 with C# and SharpSVN dll (for Subversion 1.6)
I wish to commit to multiple different folders in my repository, but without having to checkout the entire repository.
I tried using the method:
SVNClient.Commit (ICollection coll, CommitArgs ca); Where eg coll [0] = "c:\svnCheckoutDir\dirLic001\sect\file_ext.ini" and coll [1] = "c:\svnCheckoutDir\dirLic121\sect\file_ext.ini"
but I get the error message: "c:\svnCheckoutDir" is not a working copy.
when I download the entire repository, I have no problems. but when I do a checkout of the folders you just want to modify the process does not work.
Help me please . Marco Untiveros Novatronic Peru SAC.
© Stack Overflow or respective owner