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

Re: Problem excluding files using "global-ignores" setting in config file

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-10-13 14:34:01 CEST

On 10/11/05, Russell E. Owen <rowen@cesmail.net> wrote:
> In article <200510110716.20744.philipp.marek@bmlv.gv.at>,
> "Ph. Marek" <philipp.marek@bmlv.gv.at> wrote:
>
> > On Tuesday 11 October 2005 00:21, Andy Markham wrote:
> > > However, I see the following when I run 'svn status':
> > >
> > > M gp/includes/modules/payment/merchantpartners_cc.php
> > > M gp/templates_c/%%123^%%123631881^product_info.tpl.php
> > > M gp/templates_c/%%214^%%2140183840^popup_dimensions.tpl.php
> > > M gp/templates_c/%%117^%%1172603085^index.tpl.php
> > > M gp/templates/checkout_success.tpl
> > >
> > > Any help would be appreciated.
> > The "M" at the beginning shows that they are already versioned.
> > The ignore-patterns work only for _new_ files, not such subversion already
> > handles.
> >
> > You can "svn rm" the files and recompile; then they should not be shown
> > anymore.
>
> But if you "svn rm" files, they are deleted from disk. Is there some
> command that removes them from version control without deleting them?
> "svn revert" may work if the files have never been checked in. But once
> they are checked in...?
>
Currently no. You have to copy them to a temp name, svn remove, commit
copy them back to the original name.

Or svn remove them, the svn cat them back if they hadn't changed.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 13 14:38:36 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.