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

RE: svn status over multiple modules

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2005-11-15 22:08:23 CET

Quoth Marcus Patino Pan <mailto:marcus.patino.pan@securetrading.com>:
> I have checked out several components from the same repository
>
> /tmp/components/comp1
>
> /tmp/components/comp2
>
> /tmp/components/comp3
>
> Is it possible to do an svn status from the /tmp/components directory?

Nope, because /tmp/components is not a working copy itself.

In *theory* you should be able to do this:
  svn co -N scheme://path/to/server/trunk /tmp/components
  cd /tmp/components
  svn co comp1
  svn co comp2
  svn co comp3
  svn status

... but svn co -N is currently a bit broken at the moment.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 15 22:10:38 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.