Re: svn commit: r227338 [1/2] - /xmlgraphics/fop/trunk/test/layoutengine/testcases/

2005-08-04 Thread Jeremias Maerki

On 04.08.2005 13:42:04 Chris Bowditch wrote:
> Jeremias Maerki wrote:
> 
> > Hehe. Right mouse button on a file, select "Properties" and go the the
> > "Subversion" tab. There, you can set the properties per file. AFAIK,
> > TortoiseSVN doesn't support batch operations in this area.
> 
> Yes I've found it (I was looking under the SVN sub menu before). You 
> check the recursive check box when viewing a top level folder to have 
> all files and sub folders processed.

D'oh, I'm using TortoiseSVN for such a long time that I didn't even see
that new checkbox being introduced.

> > 
> > I've used the command-line:
> > svn propset svn:keyword "Author Date Id Revision" *.xml
> > svn propset svn:eol-style native *.xml
> > svn commit -m "blah"
> > 
> > much easier.
> > 
> > BTW, I didn't find out why certain files didn't carry the properties. I
> > wish there was a way to easily fix the most common properties (*.xml,
> > *.java).
> 
> Isn't it just new files that don't have these properties by default. I 
> guess it's up to the committers to add the properties when they create a 
> new file.

Well, I added most of the test cases in there and I've never paid attention
to this. Maybe Subclipse adds this automatically or something like that.
I will pay attention next time I add a test case.


Jeremias Maerki



Re: svn commit: r227338 [1/2] - /xmlgraphics/fop/trunk/test/layoutengine/testcases/

2005-08-04 Thread Chris Bowditch

Jeremias Maerki wrote:


Hehe. Right mouse button on a file, select "Properties" and go the the
"Subversion" tab. There, you can set the properties per file. AFAIK,
TortoiseSVN doesn't support batch operations in this area.


Yes I've found it (I was looking under the SVN sub menu before). You 
check the recursive check box when viewing a top level folder to have 
all files and sub folders processed.




I've used the command-line:
svn propset svn:keyword "Author Date Id Revision" *.xml
svn propset svn:eol-style native *.xml
svn commit -m "blah"

much easier.

BTW, I didn't find out why certain files didn't carry the properties. I
wish there was a way to easily fix the most common properties (*.xml,
*.java).


Isn't it just new files that don't have these properties by default. I 
guess it's up to the committers to add the properties when they create a 
new file.


Chris




Re: svn commit: r227338 [1/2] - /xmlgraphics/fop/trunk/test/layoutengine/testcases/

2005-08-04 Thread Jeremias Maerki
Hehe. Right mouse button on a file, select "Properties" and go the the
"Subversion" tab. There, you can set the properties per file. AFAIK,
TortoiseSVN doesn't support batch operations in this area.

I've used the command-line:
svn propset svn:keyword "Author Date Id Revision" *.xml
svn propset svn:eol-style native *.xml
svn commit -m "blah"

much easier.

BTW, I didn't find out why certain files didn't carry the properties. I
wish there was a way to easily fix the most common properties (*.xml,
*.java).

On 04.08.2005 12:40:23 Chris Bowditch wrote:
> [EMAIL PROTECTED] wrote:
> 
> > Author: jeremias
> > Date: Thu Aug  4 03:10:14 2005
> > New Revision: 227338
> > 
> > URL: http://svn.apache.org/viewcvs?rev=227338&view=rev
> > Log:
> > Setting svn:eol-style and svn:keywords where necessary. Need to lookup why 
> > these are missing only on some.
> 
> You beat me to this. I tried to MSN you but you were away! How do you do 
> this using Tortoise SVN ??
> 
> Chris
> 
> 
> 



Jeremias Maerki



Re: svn commit: r227338 [1/2] - /xmlgraphics/fop/trunk/test/layoutengine/testcases/

2005-08-04 Thread Chris Bowditch

[EMAIL PROTECTED] wrote:


Author: jeremias
Date: Thu Aug  4 03:10:14 2005
New Revision: 227338

URL: http://svn.apache.org/viewcvs?rev=227338&view=rev
Log:
Setting svn:eol-style and svn:keywords where necessary. Need to lookup why 
these are missing only on some.


You beat me to this. I tried to MSN you but you were away! How do you do 
this using Tortoise SVN ??


Chris