Thursday, May 10, 2007

Day 1 - Subversion

Source Control is a good thing.

http://svn1clicksetup.tigris.org/ - setup the server using this.

Created new repository called Treasure

inside repository, made conf

svnserver.conf
changed to passwd.txt from passwd

passwd.txt
added in user dave and michael
anon-access = read
auth-access = write

Made a trunk.

Then using TortoiseSVN (right click from explorer menu) imported in files

svn://davehome/treasure/trunk

Only imported in files we will edit into the repository (and not any codesmith generated files, as we can regenerate this anytime, and may frequently do so)

1 comment:

Dave said...

http://www.sububi.org/2007/01/08/creating-a-subversion-repository-using-tortoisesvn/