The three commands are trying to check out into the same directory "trunk". You need to add the directory name at the end to have them check out into different directories. For example:
enterprise$ svn checkout http://source.cfengine.com/svn/core/trunk core enterprise$ svn checkout http://source.cfengine.com/svn/copbl/trunk copbl By default svn will use the last component of the path as the directory name unless otherwise specified. Try svn help checkout for the full details. Best regards, --Diego On Jan 16, 2011, at 9:11 AM, Erlend Leganger <erlend.legan...@gmail.com> wrote: > I have found out how to compile a release tarball on Solaris (such as > cfengine-v3.1.2.tar.gz), but have some noob problems doing it from the > svn source. I follow the steps at [1] and can only do the first > checkout, the following two fail with the error: 'trunk' is already a > working copy for a different URL. What's the trick? > > - Erlend > > [1]: http://www.cfengine.org/pages/develop > > C:\tmp\cfengine>svn checkout http://source.cfengine.com/svn/core/trunk > ... > A trunk\contrib\cfengine.el > A trunk\contrib\cfdoc > A trunk\libtool > A trunk\TODO > A trunk\acinclude.m4 > A trunk\Makefile.am > A trunk\missing > A trunk\aclocal.m4 > A trunk\install-sh > A trunk\ylwrap > U trunk > Checked out revision 1689. > > C:\tmp\cfengine>svn checkout http://source.cfengine.com/svn/copbl/trunk > svn: 'trunk' is already a working copy for a different URL > > C:\tmp\cfengine>svn checkout http://source.cfengine.com/svn/tests/trunk > svn: 'trunk' is already a working copy for a different URL > > C:\tmp\cfengine> > C:\tmp\cfengine>svn --version > svn, version 1.4.5 (r25188) > compiled Aug 22 2007, 20:49:04 > > Copyright (C) 2000-2006 CollabNet. > Subversion is open source software, see http://subversion.tigris.org/ > This product includes software developed by CollabNet > (http://www.Collab.Net/). > > The following repository access (RA) modules are available: > > * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. > - handles 'http' scheme > - handles 'https' scheme > * ra_svn : Module for accessing a repository using the svn network protocol. > - handles 'svn' scheme > * ra_local : Module for accessing a repository on local disk. > - handles 'file' scheme > _______________________________________________ > Help-cfengine mailing list > Help-cfengine@cfengine.org > https://cfengine.org/mailman/listinfo/help-cfengine
_______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine