| Sourcecode Revision Control System |
|
|
| Written by Wolfgang Wershofen | |
| Monday, 21 August 2006 | |
|
dvdwizard is work in progress, so it's likely to find new features and bugfixes between official releases in the source code. To keep track of the changes and allow collaboration with other developers or contributors, dvdwizard is managed with a source code revision control system.
CVS, Subversion or DARCS?Unlike other projects, which use CVS or Subverion for this task, I decided to use DARCS because I found it to be much easier to set up and much clearer in operation. Unfortunately, Sourceforge does not (yet) support darcs as revision control system, so you won't find any access to it on the project's SF-pages.
Nightly SnapshotsFor those not willing or able to install darcs on their machines, nightly snapshots of the source repository will be created if significant changes are introduced, see the donwload page for further information.
Accessing the repositoryIf you have a running darcs installation on your machine, you may access the source repository with the following commands: #> mkdir dvdwizard#> cd dvdwizard#> darcs init#> darcs pull --set-scripts-executable \ To keep your copy current, just issue the pull command from time to time. You don't need to specify the URL on subsequent pulls.
Contribution ChangesIf you have made changes in your local repository and find them useful for other dvdwizard users, too, you may send them with the following command: #> darcs send -a If you're asked about the target email address, please use dvdwizard (at) wershofen.net.
See the darcs manual for further information.
|
|
| Last Updated ( Thursday, 31 August 2006 ) |
Source Repository 


