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

Re: Error during checkout - svn: Date parsing failed

From: Benjamin Pflugmann <benjamin-svn-usr_at_pflugmann.de>
Date: 2004-05-18 21:26:01 CEST

On Mon 2004-05-17 at 11:43:08 -0500, you wrote
> Okay, I figured out my problem. I was using the examples of svn propset
> from the online book, which all seem to have the property value enclosed
> in single quotes. You do NOT want this when setting svn:date! It keeps
> the quotes as part of the property value, and thus causes the Date
> parsing failed message to occur.

Just a minor clarification for other readers: quite probably this has
nothing to do with svn:date being special, but with the shell Greg
used (MS-DOS box?).

So you should read this as "you do not want this when setting
properties under Windows with the same shell as Greg used". The
examples work fine with bash and tcsh (under Linux) and should work
with any reasonable UNIX-style shell (Cygwin under Windows should be
fine, too). Usually svn doesn't see the single quotes at all, because
the shell already handled and removed them. Apparently Windows works
different here.

As the book says at the start, the examples are written with a UNIX
shell in mind.

Bye,

        Benjamin.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 18 21:30:16 2004

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.