You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lord Moron <lo...@gmail.com> on 2006/11/15 11:24:34 UTC

svn co Error

I compiled 1.4.2 on cygwin this morning from [subversion-1.4.2.zip] and 
[subversion-deps-1.4.2.zip].
There were no errors during the build.
I had to make the following changes in apr.h to get it to compile

---------------------- BEGIN CODE BLOCK -----------------------
359: /* And APR_INT64_T_FMT */
360: #define APR_INT64_T_FMT "ld" // was #error blah blah
361:
362: /* And APR_UINT64_T_FMT */
363: #define APR_UINT64_T_FMT "ld" // was #error blah blah
364:
365: /* And APR_UINT64_T_HEX_FMT */
366: #define APR_UINT64_T_HEX_FMT "lX" // was #error blah blah
367: #define APR_UINT64_T_HEX_FMT_LEN  (sizeof(APR_UINT64_T_HEX_FMT) - 1)
368:
369: /* Deal with atoi64 variables ... these should move to apr_private.h */
370: #define APR_HAVE_INT64_STRFN 0 // was blank
---------------------- END CODE BLOCK -----------------------

The problem:
Since the build I cant execute any svn commands. svn up and svn st 
generate the following error:
svn: In directory 'CKFJG'
svn: Error processing command 'modify-entry' in 'CKFJG'
svn: Bogus date

When I rm the CKFJG dir and do a svn up in the working dir to get it 
back, I get the following error:
svn: Error at entry 22 in entries file for '.':
svn: Bogus date

When I try to svn co the repo to a clean dir I get the following error:
svn: In directory 'CKFJG'
svn: Error processing command 'modify-entry' in 'CKFJG'
svn: Bogus date

Client
svn, version 1.4.2 (r22196) - cygwin - on XP SP2

Server
svn, version 1.2.3 (r15833) - win32 cmdline - Win2K3 SP1

Can someone help?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org