- Install svn server for windows, use the msi package.
- Create Repository
svnadmin create "c:\svnrepo"
Navigate to the folder we just created. Within that folder, uncomment the following lines in the /conf/svnserve.conf file:
[general]
anon-access = read
auth-access = write
password-db = passwd
Next, uncomment these lines in the /conf/passwd file:
[users]
harry = harryssecret
sally = sallyssecret
3. Install subeclipse 1.6.x package for Ganymede.
4. check in the project using these parameters
host svn://localhost
use default port
repository svnrepo
In Linux if you have created a subversion group, don't forget to change the file group permission, like this.
sudo chown :subversion directory/
Do not forget to commit the project at the end.
0 Comments:
Post a Comment