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

Re: [TSVN] <kein Betreff>

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-06-29 17:24:39 CEST

Laszlo Szendi wrote:
> How can i paramterise the svn:ignore functionality properly ?
> I work on WinXP with TortoiseSVN 1.2.0, Build 3602, the SVN Server
> (1.0.6) run on Suse Linux.
> the problem is, that i get every ignored (!) folder.
> The paramter look like this:
> "svn:ignore = VERSIONS *VERSIONS *\VERSIONS */VERSIONS"

"svn:ignore = VERSIONS" will ignore an immediate subfolder called
"VERSIONS".

> Noting helps. The VERSIONS folder will be checked out.
> Why dont will be accepted the ignore pattern? What is the correct
> ignore pattern,
> if I dont will to check out the VERSIONS folder?

Ignore only stops folders getting added to the repository and ignored in
folder status. Once they are in the repository, ignore has no effect. If
you want that folderremoved from your repository then you have to delete
it in subversion and commit the change. If the svn:ignore pattern is
set, it will not get added again.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jun 29 17:24:00 2005

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

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