Home » » Tortoise SVN Client

Tortoise SVN Client

Written By 1 on Sunday, September 25, 2011 | 12:25 AM

Tortoise client software for client system you can download it from tortoise web site http://tortoisesvn.net/downloads
When first time you want to work on the project you have to create a local working copy. You can create working folder by just right and select SVN checkout from the menu.

In below screen short you can see here I want to create a new folder named My Project and click on Ok.

Now you need to provide your user name and password to get connected with your repository.


Now you can see a folder My Project with the green check it mean you’re working folder is ready and data fetched from repository server to your working folder.
When you create new file named Test file.txt in the working folder it show like this.

You should have to first update your SVN repository, for this you just have to right click and click on the SVN update option and then use SVN Commit…
Here you have to add some comment to that other users will know about this and press Ok.

It gave an error message because Amit user not has permission to add or modify on the repository. You have to use other user credential or ask permission for add or modify by system admin.

I used root user login credential and now it look like this

There is green check on the Test File.txt

Now I just add few words in that file and save and exit to it now you can see red check on the file it mean someone changed in the file and have to commit it so that your working file and repository file will be on same point.

Now it was at revision 7 and again green check on the file.
Let’s move on some other option like show log it will show you history of that file. Please review below screen short for more details.

Here you can compare any version changes.

0 Comment:

Post a Comment