Svn for developers
From OctopusWiki
Make sure you have read the svn for users before going on.
[edit]
Developers' workflow
[edit]
Add your credentials
- Log into trilobite
- Call
htdigest /server/www/.htpasswd Octopus <username>
- Now check that the credentials are in place by login into trac
[edit]
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.

