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

Re: setting config-dir when export

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 9 Oct 2008 02:22:04 -0500

On Oct 9, 2008, at 02:06, Balázs Varga wrote:

> On Thu, Oct 9, 2008 at 9:03 AM, Ryan Schmidt wrote:
>
>> On Oct 9, 2008, at 01:46, Balázs Varga wrote:
>>
>>> I'm trying to export lot's of files from my repository, but not
>>> all as
>>> usual, so I thought if I make a copy from my existing config
>>> directory, and change the global-ignore in the config file in the
>>> new
>>> directory ( put some more exceptions ) I can reach my goal, but not.
>>> :( specialy I tryed to skip whole directories, but it's not working
>>> for files too. What's wrong? the command syntax looks like this:
>>>
>>> svn export --force --config-dir c:\neconfdir
>>> file:///c:/repository/src/trunk .
>>
>> The "ignore" feature does not apply to "export". It only applies
>> to "add"
>> and "status".
>
> Thanks Ryan,
>
> So than, is there any way to skip some files when exporting, or is it
> impossible?
>
> Best,
> Balazs

You may want to look into the "--depth" argument to "svn export". It
is available as of Subversion 1.5.0.

P.S: Please remember to Reply All so your reply goes to the list too,
not just to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-09 09:22:33 CEST

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.