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

What am I doing wrong?

From: Yaakov Chaikin <yaakov.chaikin_at_gmail.com>
Date: 2006-02-13 02:11:45 CET

Hi,

here is the situation I can't figure out...

I have a rep check out to folder CourseJSP. In that folder I have a
folder called "code". Inside the code folder I have a lot of different
folder and one ".metadata" folder (from Eclipse).

I am trying to set it up so the ".metadata" folder is ignored and not
added to version control. Nothing in CourseJSP folder is of yet
checked in (added).

I did this:
coursejsp>svn propedit svn:ignore .
I added various "ignore" patterns here, but none of them seem to work:
*/.metadata
.metadata

So, I went further and added just the "code" directory with "-N".
Inside the "code" directory, I again did:
coursejsp/code>svn propedit svn:ignore .
I added the following:
*/.metadata
*.metadata
*.metadata/*

This doesn't work either and when I try to add, it adds the
".metadata" directory and (when recursive add) everything in it.

What am I doing wrong here?

Thanks.

--
Yaakov
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 13 02:13:30 2006

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.