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

filtering import and setting lock

From: Tremal Naik <tremalnaik_at_gmail.com>
Date: 2006-10-23 12:05:23 CEST

Hello folks,
I'm using subversion 1.3.2 (r19776) accessing it with web-dav on Linux
(apache2 with svn module version: 1.3.2-5+b1). I use svn tortoise
1.4.0 as client. I read the manual and I think I did it carefully, but
I'm not able to set two things: filtering the import and setting
automatically a lock on some kind of files. Maybe I'm confusing on
some concepts, I hope you'll be able to clarify.

I'm trying to filter .class files among the others and I'd like to set
a lock on office files on importing them.
My /etc/subversion/config file follows (only the uncommented lines)

[auth]
[helpers]
[tunnels]
[miscellany]
global-ignores = *.class *.scc *.o *.lo *.la #*# .*.rej *.rej .*~ *~
.#* .DS_Store
enable-auto-props = yes
[auto-props]
*.java = svn:eol-style=native
*.xml = svn:eol-style=native
*.xsd = svn:eol-style=native
*.xmi = svn:eol-style=native
*.tld = svn:eol-style=native
*.properties = svn:eol-style=native
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.htm* = svn:eol-style=native
*.jsp = svn:eol-style=native
*.css = svn:eol-style=native
*.js = svn:eol-style=native
*.sh = svn:eol-style=native;svn:executable
*.txt = svn:eol-style=native
Makefile = svn:eol-style=native
*.doc = svn:needs-lock=*
*.xls = svn:needs-lock=*
*.ppt = svn:needs-lock=*
*.jar = svn:needs-lock=*
*.war = svn:needs-lock=*
*.ear = svn:needs-lock=*
*.jks = svn:needs-lock=*
*.enc = svn:needs-lock=*
*.cert = svn:needs-lock=*

when I import a project containing *.class files and some Word and
Excel files, I see that the *.class files are imported as well and the
office files don't have the svn:needs-lock property set. The *.java
files don't have the svn:eol-style property set neither.

What am I doing wrong?
Thanks for your help and patience

-- 
TREMALNAIK
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 12:06:09 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.