RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp source code repository migrated to subversion

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

gimp source code repository migrated to subversion Sven Neumann 30 Dec 14:21
  gimp source code repository migrated to subversion Sven Neumann 30 Dec 14:23
  gimp source code repository migrated to subversion Christoph Sturm 30 Dec 14:27
  gimp source code repository migrated to subversion Sven Neumann 30 Dec 15:18
Sven Neumann
2006-12-30 14:21:07 UTC (over 17 years ago)

gimp source code repository migrated to subversion

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

Sven Neumann
2006-12-30 14:23:58 UTC (over 17 years ago)

gimp source code repository migrated to subversion

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

Christoph Sturm
2006-12-30 14:27:51 UTC (over 17 years ago)

gimp source code repository migrated to subversion

hey!

On 12/30/06, Sven Neumann 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

Sven Neumann
2006-12-30 15:18:11 UTC (over 17 years ago)

gimp source code repository migrated to subversion

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