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

Re: Commit oddity

From: Tim Moloney <moloney_at_mrsl.com>
Date: 2002-04-24 16:05:54 CEST

Tim Moloney wrote:
> I happened to notice the following.
>
> bash> svn status
> M ./www/include/utils.inc
> M ./www/project/admin/index.php
> A ./www/project/admin/members.php
> bash> svn commit www/project/admin/members.php www/include/utils.inc
> www/project/admin/index.php
>
> svn_error: #21032 : <Entry has no url>
> Commit failed (details follow):
>
> svn_error: #21032 : <Entry has no url>
> Entry for `/var/www/codearmory/www2/project/admin/members.php' has no
> URL. Perhaps you're committing inside of an unversioned (or
> not-yet-versioned) directory?
> bash> svn commit
> Sending www/include/utils.inc
> Sending www/project/admin/index.php
> Adding www/project/admin/members.php
> Transmitting file data ...
> Committed revision 175.
> bash>
>
> Unfortunately, I haven't been able to recreate it.
>

Oops, I forgot to add the version information.

bash> svn --version
Subversion Client, version 0.10.2 (dev build)
    compiled Apr 16 2002, 09:41:26

Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

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

bash> svn status -v CHANGES
_ 1667 1618 bcollins CHANGES

I also noticed the following nit.

bash> svn --version status -v CHANGES

Error: subcommand 'help' doesn't accept option '-v [--verbose]'

help (?, h): Display this usage message.
usage: svn help [SUBCOMMAND1 [SUBCOMMAND2] ...]

Valid options:
   --version: print client version info

-- 
Tim Moloney
ManTech Real-time Systems Laboratory
2015 Cattlemen Road                             \     /
Sarasota, FL  34232                     .________\(O)/________.
(941) 377-6775 x208                        '  '  O(.)O  '  '
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 24 16:06:10 2002

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

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