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

Re: Subversion bug report

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 11 Jul 2008 02:44:26 -0500

On Jul 10, 2008, at 05:06, Fang ZhenHui wrote:

> can't commit any directory named "extra"

I don't have any problem committing a directory named "extra":

$ svnadmin create repo
$ svn co file://`pwd`/repo wc
Checked out revision 0.
$ cd wc
$ svn mkdir extra
A extra
$ svn ci -m ""
Adding extra

Committed revision 1.
$

Perhaps your repository administrator has installed a pre-commit hook
which prevents committing a directory of that name. You'll have to
ask your repository administrator why they might have done that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-11 09:44:54 CEST

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.