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

Re: Something awry in working copy...

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-27 17:12:42 CEST

On Aug 27, 2006, at 16:40, mal content wrote:

> Well, either I'm going completely senile or something has gone
> seriously wrong with my repository:

I don't see anything wrong with your *repository*. I see things wrong
with your *working copy*.

> $ ls branches/
> redes2

You have the entire branches directory checked out? Most people
usually check out only the specific branch they're working on.

> $ svn status
> ? branches/redes2
> $ svn add branches/redes2
> svn: warning: 'branches/redes2' is already under version control
> $ svn status
> ? branches/redes2
>
> So it's both under version control and not under version control?

Only you know whether it is in fact under version control (which you
can verify by using "svn ls" against the repository URL where it's
supposed to be). It just looks like the .svn directory in the
branches directory has been corrupted or removed. Check out a new
working copy and avoid whatever behavior hosed the .svn directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 27 17:14:03 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.