[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

1.4.2 broken commiting mutiple files

From: J.J. Green <j.j.green_at_sheffield.ac.uk>
Date: 2006-12-18 16:11:38 CET

Hi all

I'm getting a

  Unrecognized URL scheme for ''

which is nothing to do with being unable to load plugins

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn status
    S src
M src/Makefile
M Makefile

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn update
At revision 24.

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn commit
svn: Commit failed (details follow):
svn: Unrecognized URL scheme for ''
svn: Your commit message was left in a temporary file:
svn:
'/home/jjg/jjg/src/apps/sprow/pkg/libsvcommon/trunk/svn-commit.tmp'

--- but you can commit single files

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn commit
Makefile
Sending Makefile
Transmitting file data .
Committed revision 25.

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn commit
src/Makefile
Sending src/Makefile
Transmitting file data .
Committed revision 26.

So it seems that svn is broken. It is not really practical
individually commit every modified file. Pity, I just
spent 3 weeks moving a large project to svn :-(

I repeat, this has *nothing at all* to do with loadable
modules because I can commit individual files, update and
so on using the same protocol (https), also see below.

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn info
Path: .
URL: https://zakharov.shef.ac.uk/svn/pkg/libsvcommon/trunk
Repository Root: https://zakharov.shef.ac.uk/svn
Repository UUID: edd3a70d-4519-400a-9e14-d977c1ff09c5
Revision: 24
Node Kind: directory
Schedule: normal
Last Changed Author: jjg
Last Changed Rev: 24
Last Changed Date: 2006-12-18 14:27:52 +0000 (Mon, 18 Dec 2006)

zakharov:~/jjg/src/apps/sprow/pkg/libsvcommon/trunk> svn --version
svn, version 1.4.2 (r22196)
   compiled Nov 10 2006, 17:39:50

Copyright (C) 2000-2006 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' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Cheers

Jim

-- 
J.J. Green, Dept. Applied Mathematics, Hicks Bld.,
University of Sheffield, UK.   +44 (0114) 222 3742
http://pdfb.wiredworkplace.net/pub/jjg         
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 18 16:25:04 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.