[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: my first repository/ies

From: Blair Zajac <blair_at_orcaware.com>
Date: 2005-05-31 02:13:46 CEST

Quinn Comendant wrote:
> Hello!
>
> I'm a new subversion (or cvs) user and need some advice setting up my
> development environment. I have multiple projects that I would like to
> have in the separate repositories, but on the local working copy the
> projects will be intermixed. One is my php application framework that is
> used for all website applications I develop. The other is the code for a
> specific website. For example:
>
> Codebase repository, contains:
> admin_common
> codebase
>
> Site repository, contains:
> admin
> htdocs
> config
>
> And on the local working copy the directory structure will be:
> admin_common
> codebase
> admin
> htdocs
> config
>
> But when I try to checkout the repositories into my working directory, it
> doesn't work, i.e.:
>
> cd ~/Code/live
> svn co svn+ssh://strangecode.com/home/p/subv/codebase .
> svn co svn+ssh://strangecode.com/home/p/subv/dcfwww .

Yes, this will not work. A directory in a working copy may only refer
to a single URL in a repository.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion and Orca training and consulting
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 02:15:30 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.