Download
1- svn-win32-1.4.6
2- TortoiseSVN-1.4.5.10425-win32-svn-1.4.5
--:Setup steps:--
- Copy svn-win32-1.4.6 to c:\ drive
- Unzip it there
- Install TortoiseSVN-1.4.5.10425-win32-svn-1.4.5. It is simple and easy, follow the given instruction as installation directory etc.
- Setting up the CVS
- Now creating repository.
- Create a folder named My-Repository for example
- Right click anywhere over the folder window
- TortoiseSVN >> Create Repository Here >> Select FSFS Native File System The Repository was successfully created.
- Applying versioning to your project
- Open Netbeans 6.1 IDE, select your project
- Versioning >> Import into Subversion repository
- Enter following into text box:
- file:///c:/My-Repository
- (My-Repository is the repository name you just created in step 5.)
- Your repository folder name is already entered there.
- You need to put some comment message over the text box. Click Finish
- All the files in your project is not appended to the repository, now you need to commit it.
- Right click on your Project >> Versioning >> Commit
Note: Now if any change comes on any of your files of your project, it will be indicated showing the version difference with the repository.
Enjoy!!!

No comments:
Post a Comment