I want to develop a website in (ASP+C#) which deals with version control. In that application my scenario is as follow:
A user signing in to application and editing a post, the website may display to all users the previous and new version of the post?
I have searched and find that I must use the (TortoiseSVN). I found the solutions online for manually doing this. But when I searched how to do it with C#? only I found to use (SharpSVN). I have downloaded the (SharpSVN) and now I have Confused:
- From where I should start with (SharpSVN) ?
- The Post's Contents (which is editable, or using for versioning) are saved in a SQL-Server database. How to use those contents with (TortoiseSVN)?
Any directions and advise, links or experience?
Thanks...