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

Basic Q: one tag for different paths?

From: Kynn Jones <kynnjo_at_gmail.com>
Date: 2007-02-24 17:25:15 CET

I'm new to revision control, and have a very basic question.

I have a project whose files live under different directory trees,
something like

/opt/lib/perl5/MyProject
/www/cgi/myproject
/www/docroot/javascript/myproject
/www/docroot/icons/myproject

So I want to have the same directory structure under MyProject/trunk
in the repository, i.e.:

MyProject/trunk/opt/lib/perl5/MyProject
MyProject/trunk/www/cgi/myproject
MyProject/trunk/www/docroot/javascript/myproject
MyProject/trunk/www/docroot/icons/myproject

OK now, let's assume that we have this, and that I have already
populated these repository directory with files. Also, let's assume
that I'm working on a Unix system, and that my current filesystem
already has the directories

/opt/lib/perl5
/www/cgi
/www/docroot/javascript
/www/docroot/icons/

...possibly containing other files, unrelated to my project.

My question is: how would I go about setting a working environment
from the files that are archived under MyProject/trunk in the
repository?

Would I need to separately cd to each directory in the working
environment (/opt/lib/perl5, /www/cgi, etc.) and execute "svn update"
(or "svn checkout")? Or is it possible to achieve the same effect
with a single svn command?

Thanks in advance!

kj

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 24 17:25:40 2007

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.