Single repository, multiple projects?
From: Lars Kellogg-Stedman <lars_at_larsshack.org>
Date: 2002-02-03 19:07:42 CET
I'm having a minor problem with subversion; it may be confusion on my part
In a given CVS repository, there may be a number of distinct modules.
Right now, I have a single repository in my home directory:
svnadmin create ~/svnroot
And there are two projects in it, which we'll call thing1 and thing2. I
svn import file:///path/to/my/home/directory/svnroot ./thing1 thing1
I check them out like this:
svn co file:///path/to/my/home/directory/svnroot/thing1
Is this The Way Things Should Work? Or should I have only a single
I ask because I just realized that when I run 'svn log' from inside the
This is obviously not what I want, but I don't know if the problem is with
Cheers,
-- Lars
-- Lars Kellogg-Stedman <lars@larsshack.org> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:03 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.