Henri Yandell wrote:

I think it's something you have to set on the svn partition in question.


It's a property.

Unsure exactly how though, seems poor if each new directory would need
it to be set.


Yep, it does, but you can use auto-props in your subversion configuration (some defaults for svn:eol-style are in the version-control document: http://www.apache.org/dev/version-control.html).

I have this:
*.java = svn:eol-style=native;svn:keywords="Author Date Id Revision"

This only applies to new files - you'll need to edit the properties for existing ones to add svn:keywords

I'm sure others know though, and when they answer I'd like to ask how
we do .cvsignore too :)


svn propedit svn:ignore .

Again, applies only to the current directory.

The SVN Red book has some useful information on properties - the chapter is well worth a read.

Cheers,
Brett

Hen

On Mon, 14 Feb 2005 01:52:49 -0000, Niall Pemberton
<[EMAIL PROTECTED]> wrote:


When Struts moved from CVS  to Subversion we changed $Revision$ keyword to
$Rev$ which gets replaced with the Revision number.

I just did this in Commons Validator but $Rev$ seems to be ignored (Changing
$Header$ to $Id$ seems fine). Is the revision number just not available as a
keyword in Commons or should I be using something else - or is it working
for others and must be something to do with my config?

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to