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

Re: Bug for directory that start _

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 7 Jul 2008 18:36:16 -0500

On Jul 7, 2008, at 08:55, Joăo Alves do N. Júnior wrote:

> I have one directory with name _javascript and the subversion
> not commit and not show fails. I am using o subversion with the
> TortoiseSVN 1.4.8, Build 12137.
>

It works fine for me, on Mac OS X 10.4.11 Intel with Subversion 1.5.0
built using MacPorts.

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

Committed revision 1.
$

If it doesn't work for you, please show us a reproduction recipe.

---------------------------------------------------------------------
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-08 01:37:01 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.