[Gimp-developer] gimp source code repository migrated to subversion

2006-12-30 Thread Sven Neumann
Hi,

you probably already know about it, but just in case that you don't...

The GNOME CVS repository is being migrated to Subversion while I am
writing these lines. gimp was one of the first modules to be migrated
and is already available on svn.gnome.org.  The command to check out the
trunk (this is the equivalent of the HEAD branch in CVS) is:

  svn checkout http://svn.gnome.org/svn/gimp/

In order to check out the gimp-2-2 branch, you would use:

 svn checkout http://svn.gnome.org/svn/gimp/branches/gimp-2-2

Working with Subversion is quite similar to working with CVS. Still, you
will want to yourself familiar with the differences. A good resource is
the Subversion book, available online at http://svnbook.red-bean.com/


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] gimp source code repository migrated to subversion

2006-12-30 Thread Sven Neumann
Hi,

On Sat, 2006-12-30 at 14:21 +0100, Sven Neumann wrote:

 The command to check out the
 trunk (this is the equivalent of the HEAD branch in CVS) is:
 
   svn checkout http://svn.gnome.org/svn/gimp/

Oops. That's the command to check out the whole tree, including all
branches. Sorry for the mistake. This should have read instead:

  svn checkout http://svn.gnome.org/svn/gimp/trunk


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] gimp source code repository migrated to subversion

2006-12-30 Thread Christoph Sturm
hey!

On 12/30/06, Sven Neumann [EMAIL PROTECTED] wrote:
 The GNOME CVS repository is being migrated to Subversion while I am
 writing these lines. gimp was one of the first modules to be migrated
 and is already available on svn.gnome.org.  The command to check out the
 trunk (this is the equivalent of the HEAD branch in CVS) is:

   svn checkout http://svn.gnome.org/svn/gimp/
http://svn.gnome.org/svn/gimp/trunk/ is the correct url

-chris
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] gimp source code repository migrated to subversion

2006-12-30 Thread Sven Neumann
Hi,

looks like we also already have write access to the Subversion server
now. If you actually want to commit to the repository, you will have to
check out the tree using ssh. The URL for trunk is then

  svn+ssh://svn.gnome.org/svn/gimp/trunk


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer