[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Paparazzi-devel] Subversion repository ready!
From: |
Felix Ruess |
Subject: |
[Paparazzi-devel] Subversion repository ready! |
Date: |
Sun, 29 Mar 2009 14:19:20 +0100 |
Hi,
the Savannah hackers just imported the dump of paparazzi3 into
Subversion. So it is usable from now on!
To browse the code online go to:
http://svn.savannah.gnu.org/viewvc/paparazzi3/trunk/?root=paparazzi
For anonymous checkouts using the SVN protocol:
svn co svn://svn.savannah.nongnu.org/paparazzi/paparazzi3/trunk paparazzi3
For anonymous checkous using HTTP (slower):
svn co http://svn.savannah.nongnu.org/svn/paparazzi/paparazzi3/trunk paparazzi3
For savannah members:
svn co svn+ssh://<username>@svn.savannah.nongnu.org/paparazzi/paparazzi3/trunk
paparazzi3
Updated and commits basically work just like in CVS:
cvs up -d <-> svn up
The -d flag from CVS to also build new directories is not neccessary
for subversion any more.
cvs ci <foo> <-> svn ci <foo>
To check the status of your working copy to see any local changes run
svn st
or to see if anything changed upstream on the server as well:
svn st -u
Cheers, Felix
- [Paparazzi-devel] Subversion repository ready!,
Felix Ruess <=