Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » svn:needs-lock property?!
svn:needs-lock property?! [message #21452] Wed, 18 June 2008 13:36 Go to next message
Eclipse UserFriend
Originally posted by: michaelpeter.weichselbaumer.ntswincash.com

Hello!

I want to use the svn:needs-lock property for certain files in my SVN
repository (e.g. *.doc files) along with the right mime-type for those
files.

I already noticed that I have to enter those informations in the
"config"-file which is located at "Documents and
Settings\username\Application Data\Subversion" (Windows).

It looks something like that:

..
..
[auto-props]
..
..
doc = svn:mime-type=application/msword
..
..
*.doc = svn:needs-lock
..
..

I imported that file in the SVN-Properties-Configuration
(Eclipse->Window->Preferences->Team->SVN..) but when i add a new file to
the repository, only the mime-time-property is stored in the repository
but not the svn:needs-lock property.

Is this is a bug?
Or is there any reason for this behaviour?
Or am I doing something wrong?
Re: svn:needs-lock property?! [message #21668 is a reply to message #21452] Fri, 20 June 2008 07:22 Go to previous message
Eclipse UserFriend
Originally posted by: michaelpeter.weichselbaumer.ntswincash.com

I'm sorry, the solution to the problem is to write all properties of a
certain file-type in one line..

e.g.
..
*.doc = svn:mime-type=application/msword;svn:needs-lock
..


It's even written in the comment of the auto-props-section. I just didn't
see it.
Previous Topic:Can't download Subversive
Next Topic:it's too easy to lose history!!!
Goto Forum:
  


Current Time: Mon May 06 11:55:55 GMT 2024

Powered by FUDForum. Page generated in 0.02960 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top