Hi
I did the following using svn from June 27 (sorry, how do I map
back from my binary to a revision?):
I took two pseudo-modules from my repository:
te35$ svn co http://dione.no-ip.org/svn/ade/trunk -d ade
te35$ svn co http://dione.no-ip.org/svn/gvd/trunk -d gvd
I made changes to ade/Makefile and gvd/Makefile.
'svn help status' says I can do the following:
te35$ svn st gvd ade
and indeed it worked:
M gvd/Makefile
? gvd/bldcfg/.adeconf.cmdline
? gvd/bldcfg/paths.mk
? gvd/bldcfg/paths.spp
M ade/Makefile
? ade/bin/adeconf
? ade/bin/adeinst
? ade/bin/aderel
? ade/bin/aderoot
? ade/bin/adespp
? ade/bldcfg/.adeconf.cmdline
? ade/bldcfg/paths.mk
? ade/bldcfg/paths.spp
'svn help commit' says I can do the following:
te35$ svn commit gvd ade
But when I came to try to commit them I got:
<authentification skipped>
Sending ade/Makefile
Sending gvd/Makefile
Transmitting file data .
apr_error: #2, src_err 0 : <No such file or directory>
Commit failed (details follow):
apr_error: #2, src_err 0 : <No such file or directory>
svn_io_open_unique_file: error attempting /home/ahuxley/dev/.work-only/svnwcs/.svn/tmp/tempfile.10136.00001.tmp
But when I commit each working copy individually:
te35$ svn commit ade
te35$ svn commit gvd
it works fine.
A search for 'commit' in summaries on Issuezilla didn't show up anything.
Is this a bug?
My error_log contained only an entry for the user mismatch
authentification failure before I went on to enter the right
username, access_log contained the following:
te35.hq.eso.org - - [02/Jul/2002:18:32:08 +0200] "OPTIONS /svn HTTP/1.1" 200 183
te35.hq.eso.org - - [02/Jul/2002:18:32:08 +0200] "MKACTIVITY /svn/!svn/act/7e53ff3f-d21d-b211-941b-ca24bb1e654d HTTP/1.1" 401 479
te35.hq.eso.org - ahuxley [02/Jul/2002:18:32:11 +0200] "MKACTIVITY /svn/!svn/act/7e53ff3f-d21d-b211-941b-ca24bb1e654d HTTP/1.1" 401 479
te35.hq.eso.org - alexis [02/Jul/2002:18:32:14 +0200] "MKACTIVITY /svn/!svn/act/7e53ff3f-d21d-b211-941b-ca24bb1e654d HTTP/1.1" 201 300
te35.hq.eso.org - - [02/Jul/2002:18:32:15 +0200] "PROPFIND /svn HTTP/1.1" 207 370
te35.hq.eso.org - - [02/Jul/2002:18:32:17 +0200] "PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 337
te35.hq.eso.org - alexis [02/Jul/2002:18:32:19 +0200] "CHECKOUT /svn/!svn/bln/28 HTTP/1.1" 201 315
te35.hq.eso.org - alexis [02/Jul/2002:18:32:21 +0200] "PROPPATCH /svn/!svn/wbl/7e53ff3f-d21d-b211-941b-ca24bb1e654d/28 HTTP/1.1" 207 314
te35.hq.eso.org - - [02/Jul/2002:18:32:21 +0200] "PROPFIND /svn HTTP/1.1" 207 322
te35.hq.eso.org - - [02/Jul/2002:18:32:22 +0200] "PROPFIND /svn/ade HTTP/1.1" 207 329
te35.hq.eso.org - - [02/Jul/2002:18:32:22 +0200] "PROPFIND /svn/ade/trunk HTTP/1.1" 207 341
te35.hq.eso.org - alexis [02/Jul/2002:18:32:22 +0200] "CHECKOUT /svn/!svn/ver/1/ade/trunk/Makefile HTTP/1.1" 201 331
te35.hq.eso.org - - [02/Jul/2002:18:32:22 +0200] "PROPFIND /svn/gvd HTTP/1.1" 207 329
te35.hq.eso.org - - [02/Jul/2002:18:32:23 +0200] "PROPFIND /svn/gvd/trunk HTTP/1.1" 207 341
te35.hq.eso.org - alexis [02/Jul/2002:18:32:23 +0200] "CHECKOUT /svn/!svn/ver/28/gvd/trunk/Makefile HTTP/1.1" 201 331
Alexis
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 2 18:38:24 2002