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

Re: Is it possible to export only modified and unversioned files?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-01-11 22:14:45 CET

On 1/11/06, Xn Nooby <xnooby@gmail.com> wrote:
> Is it possible to export only modified and unversioned files? I dont see an
> option when I do "svn export --help".
>
> I am looking for an easy way to back up files on users machines, until we
> can figure out why we are losing our local directories.

Export points at the repository, not a WC, to pull files. So it would
have no knowledge of modified/unversioned files.

First thing I can think of is a client script that checks the output
of svn status and anything with a ? or M gets copied elsewhere.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 11 22:21:13 2006

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.