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

Re: Bug report for SubWCRev

From: Martin Dummer <dummerm_at_in.tum.de>
Date: Sun, 17 Aug 2008 19:20:37 +0200

Martin Dummer wrote:
  
Hey,

I think I found a bug in SubWCRev.exe. Using the template scheme with
source and dest. file, SubWCRev produces nonsense if all keywords are
specified.If only one of them is used, the program works fine. The
keywords are copied from the help text as the website does not list
them. For my repository the result looks like this:

$WCREV$
$WCDATE$
$WCDATE=$
    
This is wrong. If you use $WCDATE=$, you have to specify a time
formatting string after the = char. For example:
$WCDATE=%a, %d %B %Y$
$WCRANGE$
$WCURL$
$WCNOW$
$WCNOW=$
    
same here with $WCNOW=$.
Stefan

  
Sorry, I didn't explain well enough. It is incorrect yes, but in my opinion SubWCRev should recognize if there is a string supplied or not instead of messing up the code (even outside the "$" tags). I tried to supply a valid string for german time format which looks like this:

$WCDATE=%d.%m.%Y - %T$

I think it is correct, but SubWCRev crashes completely without error message. It would be nice if the crash could be avoided, even in case of an erroneous format string .But thanks for your help so far

  -Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: users-help@tortoisesvn.tigris.org Received on 2008-08-17 19:44:33 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.