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

Re: FEATURE: Something like a 'svn rebuild'

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Mon, 26 May 2008 10:34:24 +0300 (Jerusalem Daylight Time)

Senthil Kumaran S wrote on Mon, 26 May 2008 at 12:29 +0530:
> Mark Phippard wrote:
> > SVN 1.5 has a feature that gets you most the way there:
> >
> > svn checkout --force
> >
> > It does exactly what is asked for, with the exception that I suspect
> > you should delete all of the .svn folders before running it.
>
> I tried the above and got the following result:
>
> <snip>
> $ svn co file:///tmp/repos wc --force
> E wc/trunk
> A wc/trunk/file1
> E wc/trunk/file2
> E wc/trunk/file3
> E wc/branches
> E wc/tags
> Checked out revision 4.
> </snip>
>
> I do not know what 'E' stands for. Is it documented somewhere? I could not see
> that in the svnbook too. Or am I missing something?
>
>

It means 'E'xisted.

It's in the help for 'svn update'. Not the most obvious place: I had
to grep subversion/svn/main.c to find this. (I tried 'svn help checkout'
and 'svn help status', but it wasn't there.)

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-26 09:34:42 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.