[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: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-11 23:49:50 CET

On Jan 11, 2006, at 22:14, Andy Levy 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.

svn export can operate on either a repository URL or a working copy
path.

> 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.

Yeah, I think that's probably the way you'd have to do it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 11 23:58: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.