Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I'm trying to get a list of added files from SharpSVN .

I'm,using SharpSVN to import files to repository. For this i am using the below line of code

client.Import(localPath, new Uri(targetURI), importArgs,
out commitResults)
I am successfully importing
Posted
Comments
DamithSL 9-Dec-14 5:05am    
so, what is the question?
suman palla 9-Dec-14 6:13am    
I have to display the list of files added to the repository.

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