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

Re: remove .svn entries

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-07 19:55:36 CEST

On Tue, 2004-09-07 at 12:52, Eric Ocean wrote:
> After checking out a working copy, I would like to strip the .svn
> entries so that I can tar it up and send it to someone else. They don't
> need those entries, and they're just taking up space.
>
> If there is a checkout option to do this, great.

'svn export' :-)

> If not, what is the
> command line to do this?

find . -name '.svn' | xargs rm

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 19:58:37 2004

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.