> From: Ryan Schmidt [mailto:subversion-2006Q1@ryandesign.com]
...
> On Mar 20, 2006, at 16:51, a steenveld wrote:
>
> > Is there a way to configure svn in such a way that it keeps the
> > original date/time stamps?
>
> It is not available in the standard Subversion distribution, but
> there is a branch which includes this capability, which you
> can merge into the main source and build yourself.
>
> http://svn.collab.net/viewvc/svn/branches/meta-data-versioning/
>
http://svn.collab.net/viewvc/svn/branches/meta-data-versioning/http://svn.collab.net/viewvc/svn/branches/meta-data-versioning/
From README.TXT
This subdirectory has two branches.
They are copies of /trunk:13253 and are merged from trunk from time
to time.
The branche text-time is broken.
For instance, .../subversion/libsvn_ra_dav/util.c uses this in line 618
decompress_rv = ne_decompress_destroy(decompress_main);
And neon declares this in ne_compress.h:
void ne_decompress_destroy(ne_decompress *ctx);
Who can I ask to do a new merge from the trunk?
-- Andre Steenveld.
Just as information, I got the following compiler errors:
msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ - Win32 Release"
--------------------Configuration: libsvn_ra_dav - Win32 Release--------------------
Compiling...
commit.c
C:\SVN\src-trunk\subversion\libsvn_ra_dav\commit.c(450) : warning C4013: 'ne_add_response_header_handler' undefined; assuming extern returning int
C:\SVN\src-trunk\subversion\libsvn_ra_dav\commit.c(451) : error C2065: 'ne_duplicate_header' : undeclared identifier
fetch.c
C:\SVN\src-trunk\subversion\libsvn_ra_dav\fetch.c(415) : warning C4013: 'ne_add_response_header_handler' undefined; assuming extern returning int
C:\SVN\src-trunk\subversion\libsvn_ra_dav\fetch.c(415) : error C2065: 'ne_content_type_handler' : undeclared identifier
C:\SVN\src-trunk\subversion\libsvn_ra_dav\fetch.c(452) : error C2120: 'void' illegal with all types
C:\SVN\src-trunk\subversion\libsvn_ra_dav\fetch.c(610) : warning C4133: 'function' : incompatible types - from 'void (__cdecl *)(void *,const char *,unsigned int )' to 'int (__cdecl *)(void *,const char *,unsigned int )'
C:\SVN\src-trunk\subversion\libsvn_ra_dav\fetch.c(820) : warning C4133: 'function' : incompatible types - from 'void (__cdecl *)(void *,const char *,unsigned int )' to 'int (__cdecl *)(void *,const char *,unsigned int )'
util.c
C:\SVN\src-trunk\subversion\libsvn_ra_dav\util.c(618) : error C2120: 'void' illegal with all types
C:\SVN\src-trunk\subversion\libsvn_ra_dav\util.c(627) : error C2120: 'void' illegal with all types
Generating Code...
Error executing cl.exe.
__ALL_TESTS__ - 5 error(s), 4 warning(s)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 27 14:42:56 2006