You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christopher Baus <ch...@yahoo.com> on 2003/10/06 01:12:34 UTC

more problems...

Having fixed my failing checkouts, I am now having
another problem.  co is failing again, for some
unknown reason...

I do

rmdir /s src
svn co http://ip/svn/rep/trunk src
... check out a few hundred files ...
A  src\thirdparty\wx\utils\helpgen
A  src\thirdparty\wx\utils\helpgen\src
A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsp
A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsw
svn: Obstructed update
svn: failed to add directory
'src/thirdparty/wx/utils/HelpGen': object of the
 same name already exists

I assume this has something to do with Windows nameing
conventions?  src was completely empty before doing
co.  It was a totally fresh co...

Christopher

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: more problems...

Posted by Daniel Patterson <da...@adaptiveinternational.com>.
On Mon, 2003-10-06 at 11:12, Christopher Baus wrote:
> Having fixed my failing checkouts, I am now having
> another problem.  co is failing again, for some
> unknown reason...
> 
> I do
> 
> rmdir /s src
> svn co http://ip/svn/rep/trunk src
> ... check out a few hundred files ...
> A  src\thirdparty\wx\utils\helpgen
> A  src\thirdparty\wx\utils\helpgen\src
> A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsp
> A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsw
> svn: Obstructed update
> svn: failed to add directory
> 'src/thirdparty/wx/utils/HelpGen': object of the
>  same name already exists

  Try browsing your repository, you've probably got a case-sensitivity
  issue.  It looks to me like you're on Win32?

  Do you have utils\helpgen and utils\HelpGen ?  In subversion, these
  are two *different* directories.

  The Subversion repository is case sensitive, your filesystem
  is not.  Be careful when renaming things.

daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

svn windows performance...

Posted by Christopher Baus <ch...@yahoo.com>.
I have found one thing that really hits windows
performance.  The indexing service.  cisvc.exe can hit
100% cpu usage on large check outs.  I'm not sure if
that is the root of all my problems, but turning it
off certainly made my checkouts faster.  

I'm currently running about 150 megs in a the
repository and checkout times are around 15 minutes
over HTTP.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org