You are trying to checkout to the same destination dir. The first checkout successfully fills the "trunk" dir, but you try to ovewrite it in the following checkouts (which is not allowed).
svn takes an optional destination path for checkout, either use that or rename the dirs after checkout. svn checkout http://source.cfengine.com/svn/core/trunk core svn checkout http://source.cfengine.com/svn/copbl/trunk copbl svn checkout http://source.cfengine.com/svn/tests/trunk tests --Eystein On 01/16/2011 04:11 PM, Erlend Leganger 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