Add an svn:overwrite property on the local client
From: Bill Jasiulewicz <bill_at_progsys.net>
Date: 2007-12-31 22:12:08 CET
I am using this command to update a file svn_revision.h
"C:\Program Files\TortoiseSVN\bin\subwcrev.exe" ".\AHBot" ".\rev.input.h"
However, every time I update the SVN, I get an error that the file is
If I could and an svn:overwrite property to that specific file, I could tell
Text of rev.input.h
// $Id: svn_revision.h $WCNOW$ debug $
#ifndef _SVN_REVISION_H
//////////////////////////////////////////////////////////
static const char * REVISION_TEXT = "$Rev: $WCREV$ $";
//////////////////////////////////////////////////////////
ASCENT_INLINE int g_getRevision()
//////////////////////////////////////////////////////////
#endif
Text of svn_revision.h
// $Id: svn_revision.h 2801 2007-12-31 19:18:52Z debug $
#ifndef _SVN_REVISION_H
//////////////////////////////////////////////////////////
static const char * REVISION_TEXT = "$Rev: 2801 $";
//////////////////////////////////////////////////////////
ASCENT_INLINE int g_getRevision()
//////////////////////////////////////////////////////////
#endif
|
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.