[Open Office] Quick SVN guide (was: Re: [Openoffice-dev] Status Tue-02-Jan-07)
Petr Mladek
pmladek at suse.cz
Wed Jan 3 04:57:20 EST 2007
On Wednesday 03 January 2007 09:41, Jan Holesovsky wrote:
> When KDE did the migration, they collected quite a nice (and short) guide
> for those who used to work with CVS:
>
> http://developer.kde.org/documentation/tutorials/subversion/#checkout
>
> Maybe it could be of some value ;-)
I think that you already know it but...
The GNOME svn stuff can be found at http://svn.gnome.org/
The ooo-build stuff is browsable at http://svn.gnome.org/svn/ooo-build/
cvs HEAD -> svn trunk subdir
cvs branches -> svn branches subdir
cvs tags -> svn tags subdir
The write access is done via the svn+ssh protocol:
trunk (HEAD):
cvs co 'svn+ssh://(yourlogin)@svn.gnome.org/svn/ooo-build/trunk' ooo-build
2-0-4 branch:
cvs co 'svn+ssh://(yourlogin)@svn.gnome.org/svn/ooo-build/branches/ooo-build-2-0-4' ooo-build
The read-only access is doable using the svn protocol:
trunk (HEAD):
svn co svn://svn.gnome.org/svn/ooo-build/ ooo-build
2-0-4 branch:
svn co svn://svn.gnome.org/svn/ooo-build/trunk/branches/ooo-build-2-0-4 ooo-build
Note that I used 'svn.gnome.org' instead of 'svn-test.gnome.org'.
They have the same IP adderess, ...
HTH,
Petr
More information about the Openoffice
mailing list