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

Re: Initial Checkout

From: Ximon Eighteen <ximon.eighteen_at_int.greenpeace.org>
Date: 2005-09-15 12:57:07 CEST

> export REPOS_URL=https://my.svn.server/repository
> svn ls -R $REPOS_URL | grep '/trunk/$' | xargs -i bash co_sub_dir $REPOS_URL {}

Correction: "bash co_sub_dir" should read "bash co_sub_dir.sh"

Additional info about my environment:
  Subversion Version: 1.2.1 on client and server.
  Grep Version : GNU 2.5.1
  Xargs Version : GNU 4.1.20

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 15 12:59:48 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.