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

I have a project of one lesson.Teachers,request svn application.
expected about project:

create a repository
create vercion
add,delete,update .... operation on a file.

any suggestion of my project.
can i start to studying which subject on Java(example socket programming).Sorry my english.
Best regards.
Posted
Comments
Dave Kreskowiak 31-Dec-10 1:16am    
Your question is a bit vague. Are you being asked to write a SVN repository or come up with a project that is stored in a SVN repository?

yes i know my question bit vague case i know a little english so sorry.
i m asking to write a SVN repository.
 
Share this answer
 
Have a look on to it


[Here^]
SharpSVN is a subversion client library, which works with an existing repository. To create a repository you will probably have to call "svnadmin.exe" from your code.


You can also look on famous repository like Tortoise SVN

Check source code http://tortoisesvn.net/downloads.html[^]
 
Share this answer
 
v2

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