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

svn:ignore -- Not working for me!

From: Robert Paulsen <robert_at_paulsenonline.net>
Date: 2004-05-29 15:58:59 CEST

I have set the svn:ignore property correctly, I think, but it doesn't work.

Here is a listing of the contents of a directory under svn version control:

        .svn
        Makefile
        README
        hello.c
        howdy.c -> hello.c

I issued the following command:

        svn propset 'svn:ignore' howdy.c .

The contents of .svn/dir-props:

        K 10
        svn:ignore
        V 8
        howdy.c
        
        END

Here is the result of "svn add *"

        A Makefile
        A README
        A hello.c
        svn: Unsupported node kind for path 'howdy.c'

Why isn't howdy.c ignored?

-- 
Robert C. Paulsen, Jr.
robert@paulsenonline.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 29 15:59:34 2004

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.