Hi Everybody,
I have been using subversion for a while (6 mo.) to manage two
repositories. Recently I updated and started using https access. I
thought everything was going well, and then ...
Symptom #1 : I issue the command from one of my working copies on a
remote machine
svn commit -m "test"
and no message is returned to standard out, i.e., nothing seems to
happen. (And the apache2 logs don't indicate any request.)
Symptom #2: I issue the same command from the local machine and I get
the message:
Sending user_doc.txt
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/svn/Tako2/!svn/vcc/default'
svn:
Reference to non-existent revision 17 in filesystem
'/Users/Shared/svn/Tako2/db'
I have tried using svnadmin dump and svnadmin load to create a fresh
repository (followed by svn switch --relocate), but the same error
message appears. I have also tried svnadmin recover, and that reports:
ezaron% sudo -u www svnadmin recover /Users/Shared/svn/Tako2
Password:
Repository lock acquired.
Please wait; recovering the repository may take some time...
Recovery completed.
The latest repos revision is 8.
----but the same error about non-existent version numbers appears.
Any help would be appreciated.
DETAILS
REPOSITORY HOST is a Mac G5 running OS X; svn and svnadmin and
dependencies built with Darwinports:
ezaron% uname -v
Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004;
root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC
ezaron% svn --version
svn, version 1.1.3 (r12730)
compiled Feb 10 2005, 11:29:53
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
ezaron% svnadmin --version
svnadmin, version 1.1.3 (r12730)
compiled Feb 10 2005, 11:29:53
REPOSITORY CLIENT is a G5 Xserve, OS Xserver:
ezaron% uname -v
Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004;
root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC
ezaron% svn --version
svn, version 1.1.0 (r11180)
compiled Sep 30 2004, 10:21:39
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
..............................................
Edward D. Zaron, PhD
Research Associate
College of Oceanic and Atmospheric Sciences
Oregon State University
Corvallis, OR 97331-5503
Phone: (541) 737-3504
Fax: (541) 737-2064
ezaron@coas.oregonstate.edu
...............................................
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 14 06:31:35 2005