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

Re: All long commits fail

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-23 18:17:12 CEST

Torne Wuff <torne@wolfpuppy.org.uk> writes:

> > You can't commit a propchange on a directory unless your working
> > directory is at HEAD.
>
> Ah, that would be it (tested it). That's odd, but, well, if that's the
> way it works, then that's the way it works.

Yup, it's explained at the end of chapter 2 in the svn book:

   "However you make use of mixed-revisions in your working copy,
    there are limitations to this flexibility.

    First, you cannot commit the deletion of a file or directory which
    isn't fully up-to-date. If a newer version of the item exists in
    the repository, your attempt to delete will be rejected, to
    prevent you from accidentally destroying changes you've not yet
    seen.

    Second, you cannot commit a metadata change to a directory unless
    it's fully up-to-date. [...] A directory's working revision
    defines a specific set of entries and properties, and thus
    committing a property change to an out-of-date directory may
    destroy properties you've not yet seen."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 23 18:18:39 2003

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.