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

Re: SubWCRev.exe subwcrevignore folder

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Tue, 27 Oct 2015 20:24:20 +0000

On 27 October 2015 at 20:01, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> On 27.10.2015 17:32, Stukdev wrote:
>> Hi, i'm working in a branch, called demo, and i want use the
>> SubWCRev.exe program to show the some revision's information. I want
>> exclude some folder and i read the Chapter 6. The SubWCRev Program
>> "http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-subwcrev.html"
>> in particular the subwcrevignore file. Here i found one problem, i
>> want ignore a particular files in a particular folder under my
>> working copy debug/bin/*.dat. Manual says i've to put the full repo
>> path like branches/demo/debug/bin/*.dat for ignore but this is not
>> useful becouse if i merge the branch demo in the trunk i've to edit
>> the subwcrevignore file and change branches/demo/debug/bin/*.dat to
>> trunk/debug/bin/*.dat! Even for a tag, ecc..
>
> Then specify the ignore path as:
> branches/*/debug/bin/*.dat
> or even
> */*/debug/bin/*.dat

But that is making assumptions about how the repository is structured;
branches may not follow trunk at all.

/trunk/projects/widgets/x-widget/debug/bin
/branches/y-widget/debug/bin

Would it not make more sense to have the paths relative to the
location of the subwcrevignore file itself?

Simon

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3144268

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-27 21:25:49 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.