[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 27 Oct 2015 21:01:43 +0100

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

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3144265
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-27 21:01: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.