Svn for developers

From OctopusWiki

Jump to: navigation, search

Make sure you have read the svn for users before going on.

Developers' workflow

Add your credentials

  • Log into trilobite
  • Call
htdigest /server/www/.htpasswd Octopus <username>

Commiting changes back

Checkouts work just like for users.

Let's now commit a change back. The system will ask for our credentials:

$ svn ci -m "My first commit"
Authentication realm: <http://www.tddft.org:80> Subversion
Password for '<username>': 
Sending        README
Transmitting file data .
Committed revision 2061.

We can see the commit in trac's timeline.

We should also have received a mail on octopus-notify.

Personal tools