You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Warner <ja...@apache.org> on 2008/04/14 22:22:10 UTC

Subversion Client Configuration questions

I had a question about a disparity between the subversion client
configuration file that is provided here [1] and the verification test noted
on the same page.  For many of the file extensions listed in the
configuration, the svn:keywords property is set to just "Date Revision".
The verification steps say the output from svn propget svn:keywords
test-auto-props.xml should be "Date Author Id Revision HeadURL."  Which is
correct?

[1] http://cwiki.apache.org/GMOxDEV/subversion-client-configuration.html

Thanks,

-- 
~Jason Warner

Re: Subversion Client Configuration questions

Posted by Jason Warner <ja...@apache.org>.
Thanks for the answers.  I went ahead and changed the wiki page to reflect
the correct result.

On Tue, Apr 15, 2008 at 3:39 AM, Jacek Laskowski <ja...@laskowski.net.pl>
wrote:

> On Mon, Apr 14, 2008 at 10:22 PM, Jason Warner <ja...@apache.org>
> wrote:
> > I had a question about a disparity between the subversion client
> > configuration file that is provided here [1] and the verification test
> noted
> > on the same page.  For many of the file extensions listed in the
> > configuration, the svn:keywords property is set to just "Date Revision".
> > The verification steps say the output from svn propget svn:keywords
> > test-auto-props.xml should be "Date Author Id Revision HeadURL."  Which
> is
> > correct?
>
> Date Revision
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>



-- 
~Jason Warner

Re: Subversion Client Configuration questions

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On Mon, Apr 14, 2008 at 10:22 PM, Jason Warner <ja...@apache.org> wrote:
> I had a question about a disparity between the subversion client
> configuration file that is provided here [1] and the verification test noted
> on the same page.  For many of the file extensions listed in the
> configuration, the svn:keywords property is set to just "Date Revision".
> The verification steps say the output from svn propget svn:keywords
> test-auto-props.xml should be "Date Author Id Revision HeadURL."  Which is
> correct?

Date Revision

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: Subversion Client Configuration questions

Posted by Joe Bohn <jo...@earthlink.net>.
Jason Warner wrote:
> I had a question about a disparity between the subversion client 
> configuration file that is provided here [1] and the verification test 
> noted on the same page.  For many of the file extensions listed in the 
> configuration, the svn:keywords property is set to just "Date 
> Revision".  The verification steps say the output from svn propget 
> svn:keywords test-auto-props.xml should be "Date Author Id Revision 
> HeadURL."  Which is correct?
> 
> [1] http://cwiki.apache.org/GMOxDEV/subversion-client-configuration.html
> 
> Thanks,
> 
> -- 
> ~Jason Warner

Yeah, I recall noticing the same difference when I originally set up my 
svn configuration.  We should probably update the wiki to match the 
expected results (just Date Revision given that is all we set for *.xml 
files in the earlier step).

Joe