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

Re: [rfc]Checkout without the .svn Directories

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2004-12-03 15:57:51 CET

On 2004-12-03 10:17:56 +0000, Anthony Metcalf wrote:
> On Thu, 2 Dec 2004 11:06:38 +0100
> Vincent Lefevre <vincent+svn@vinc17.org> wrote:
>
> > If you have only one .svn directory, you can't do a svn up. What
> > you need is probably something like rsync or unison.
>
> But I don't have a set-up without the .svns anywhere at all at the
> moment!
>
> Obviously svn up would have to be changed for what I want to work.
> Would it be a very big change?

This is impossible. To be able to do an update (in the sense of
revision control systems), svn must know on which version the
file is based (you need this information for each file: either
a revision or information saying that the file is unversioned),
and possibly information related to some properties.

> The whole tree is kept at the same revision. All the time.

The problem is: What if an update has partially failed, so that
some files have already been updated, but not others?

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 3 16:04:45 2004

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.