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

Re: more problems...

From: Daniel Patterson <danpat_at_adaptiveinternational.com>
Date: 2003-10-06 03:15:44 CEST

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
Received on Mon Oct 6 03:17:27 2003

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.