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

Re: `svn commit` -> only partial changeset

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-02 02:55:21 CEST

On May 1, 2005, at 1:17 PM, Christopher Ness wrote:
>
> I thought that the commit was successful since it was in the repository
> (atomic commits!) until I checked it out into another WC, untar'd the
> source over it again and then ran `svn status` to see a bunch of files
> identified with '?'.

Sorry, I don't understand what in this description makes you think that
only a partial changeset was committed.

In the world of FSFS, the new revision-tree is assembled as a single
file in the repos/db/txns/ directory, then the "atomicity" comes from a
single move of that file to repos/db/revs/. So either the file is
moved, or it isn't.

Are you saying there's only half a file there? What *are* the contents
of the file? If you run 'svn ls file:///...', what do you see in the
latest revision? What does 'svn log file:///...' say?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 02:57:49 2005

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.