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

Re: Problems creating trunk and branches from existing repository

From: Ryan Schmidt <subversion-2006Q2_at_ryandesign.com>
Date: 2006-05-02 23:37:40 CEST

On May 2, 2006, at 23:20, Allison Bloodworth wrote:

> However, the problem is that now when I try to switch a checkout
> that is
> currently pointing at events to point to events/trunk, I get the trunk
> directory in the checkout (which I don't want!). Is there any way
> out of
> this?

I can't think of a reason for that to occur, unless you really have a
directory "trunk" inside the directory "trunk" in your repository.
(Can you check whether that is the case?)

> (checkouts/jeff begins pointed at
> svn+ssh://events@svn.berkeley.edu/svn/events)
> cd checkouts/jeff
> ls
> build/ htdocs/ FreeEnergyModules/test_show.xml.php
> svn switch svn+ssh://events@svn.berkeley.edu/svn/events/trunk
> ls checkouts/jeff
> trunk/

Presumably the last command was actually "ls"?

> Sidenote: I'm not actually able to get the directory structure
> above to
> populate because I'm getting messages that "." is locked and svn
> cleanup
> doesn't fix it, so if anyone has advice on fixing this that would
> also be
> much appreciated:
>
> svn: Working copy '.' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
> events@webfarm-dev-01:jeff[531]$ svn status
> ! L .
> L build
> S build/repair.sql
> S build/create.sql
> S build/dummy_data.sql
> S build/drop.sql
> S build/optimize.sql
> ? trunk/build
> ! L S trunk
> ! L trunk/FreeEnergyModules
> ! L trunk/FreeEnergyModules/screen
> L trunk/FreeEnergyModules/screen/manager
> L S FreeEnergyModules
> L FreeEnergyModules/screen
> L FreeEnergyModules/screen/manager
> L FreeEnergyModules/screen/public
> L FreeEnergyModules/navigation
> L FreeEnergyModules/utility
> L FreeEnergyModules/database
> L FreeEnergyModules/configuration
> L FreeEnergyModules/layout
> L FreeEnergyModules/action
> ! htdocs
> S test_show.xml.php
> events@webfarm-dev-01:jeff[532]$ svn cleanup
> svn: In directory '.'
> svn: Error processing command 'delete-entry' in '.'
> svn: Working copy 'trunk' is missing or not locked
> events@webfarm-dev-01:jeff[533]$ svn status
> ! L .
> S build/repair.sql
> S build/create.sql
> S build/dummy_data.sql
> S build/drop.sql
> S build/optimize.sql
> ? trunk/build
> ! S trunk
> ! trunk/FreeEnergyModules
> ! trunk/FreeEnergyModules/screen
> S FreeEnergyModules
> ! htdocs
> S test_show.xml.php

I don't know what all that means, but the working copy sure looks
confused. Unless you've got a lot of uncommitted modifications in
that working copy, I'd toss it and check out a new one.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 2 23:38:48 2006

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.