Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can someone help me to connect C#.net to SVN repository because i need to do a project that will list all the files from the repository and allow them also to download it.

Im using Visual Studio 2010 C#
Posted
Comments
Sergey Alexandrovich Kryukov 3-Aug-11 3:53am    
I've removed two your posts on related question. This question is more or less clear; you got some correct answers. Your other posts are not correctly formulated. If you need to know something else on the topic, add comments to existing answers and/or use "Improve question" above.

Please do not re-post. It cannot help you.
--SA

One answer is SharpSvn as an interface to AnkhSVN, see:

http://en.wikipedia.org/wiki/AnkhSVN[^],
http://sharpsvn.open.collab.net/[^].

Maybe you can consider a pretty simple approach: use command-line Subversion client which is available in every bundle and use System.Diagnostics.Process.Run to run it with different command lines.
See http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx[^].

Refer a comparison chart of subversion clients: http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients[^].

—SA
 
Share this answer
 
Comments
Abhinav S 2-Aug-11 4:38am    
More useful links. My 5.
Sergey Alexandrovich Kryukov 2-Aug-11 4:59am    
Thank you, Abhinav.
--SA
thejowker 2-Aug-11 4:38am    
Thanks I'll look in to it
Sergey Alexandrovich Kryukov 2-Aug-11 5:01am    
You're welcome.
If you think it makes any sense, please formally accept the solution (green button) -- thank you.
--SA
Asish Limbu 2-Aug-11 4:58am    
Good Links.+5.
You can try TortoiseSVN[^].

Another tool could be DotSVN - see Accessing the Subversion repository from .NET using DotSVN[^].
 
Share this answer
 
Comments
RaisKazi 2-Aug-11 4:24am    
nice Article link. 5!
Abhinav S 2-Aug-11 4:38am    
Thanks.
thejowker 2-Aug-11 4:38am    
Thanks I'll look in to it
Abhinav S 2-Aug-11 4:58am    
You are welcome.
Sergey Alexandrovich Kryukov 2-Aug-11 4:58am    
My 5. TortoiseSVN is not .NET (just a very good must-have application), but the second link is very useful.
--SA
 
Share this answer
 
Comments
thejowker 2-Aug-11 4:38am    
Thanks I'll look in to it
Abhinav S 2-Aug-11 4:38am    
Maybe useful to the OP. 5.
thatraja 2-Aug-11 9:39am    
5!
RaisKazi 2-Aug-11 10:13am    
Thanks Man!

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