Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am using SharpSVN. I'm able to do Import,Update,Add,etc by using SharpSVN.

Here my question is when i'm trying to commit multiple files at a time, Suppose if an error occurred in the middle, at the time i want to rollback the files which are successfully executed.

The below code i'm using.

SvnCommitArgs commitArgs=new SvnCommitArgs();
SvnCommitResult result ;
ICollection <string> files;
Client.Commit(files,commitArgs,out result)

Can any one please help me on this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900