You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marcus Patino Pan <ma...@securetrading.com> on 2005/11/15 11:27:06 UTC

svn status over multiple modules

Hello, 

 

Here is the situation I find myself in

 

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?

 

Ie 

cd /tmp/components

svn co comp1

svn co comp2 

svn co comp3

 

svn status 

 

(which ideally will show me all modified files across all components)

 

Many Thanks

 

Marcus

 

btw: this is possible in cvs