You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by mi...@lab.vectoris.fr on 2009/01/08 09:26:34 UTC

the opposite of SVN ignore

Hi,
I accidentally svn-ignored a file.
I would like SVN to consider it now, but I did not find how to.

Have you got any link to teach me how to?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1011352

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: the opposite of SVN ignore

Posted by Andy Levy <an...@gmail.com>.
On Thu, Jan 8, 2009 at 04:26,  <mi...@lab.vectoris.fr> wrote:
> Hi,
> I accidentally svn-ignored a file.
> I would like SVN to consider it now, but I did not find how to.
>
> Have you got any link to teach me how to?

Remove that file from the svn:ignore property on the directory. svn
propedit svn:ignore .

Re: the opposite of SVN ignore

Posted by Kevin Grover <ke...@kevingrover.net>.
If you explicitly list a file on a command line, (like "svn add
my_ignored_file"), svn will add it even though it matches an ignore
property.  Once added, it will work as normal, even though you have it
listed as ignore.

On Thu, Jan 8, 2009 at 1:26 AM, <mi...@lab.vectoris.fr> wrote:

> Hi,
> I accidentally svn-ignored a file.
> I would like SVN to consider it now, but I did not find how to.
>
> Have you got any link to teach me how to?
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1011352
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe@subversion.tigris.org].
>