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

Re: global-ignore versioned file

From: Bryan Donlan <bdonlan_at_hikari.afraid.org>
Date: 2005-02-16 20:45:58 CET

faxmodem@free.fr wrote:
> Hi,
>
> I have a versioned tree that looks like this:
>
> dir1/
> dir1/info
> dir1/history
> dir2/info
> dir2/history
> ...
>
> Now I want to ignore all "info" files. I therefore added the following to my
> .subversion/config:
>
> "global-ignores = info"
>
> However, svn status still reports the files as modified and commit commits
> them.
>
> What am I doing (foolishly) wrong?

Once a file is added to a repository, ignores no longer affect it. To
prevent them from being committed, delete the copy in the repository.

Received on Wed Feb 16 20:48:29 2005

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.