Missing file prevents submitting unrelated changelists
From: Nick <nospam_at_codesniffer.com>
Date: Mon, 28 Jan 2013 09:23:30 -0500
Removing a file which is scheduled to be added prevents submitting
Occurring w/ my current version (1.7.7), have not tried others.
Annotated & unannotated repro steps follow.
$ svn --version
Unannotated repro steps:
$ svn status
Annotated repro steps:
Starting with a clean & up-to-date repo:
$ svn status
Create and add 3 files to the repo:
$ touch a b c
Add 2 of the files (a & b) to a changelist:
$ svn cl "Add a and b" a b
$ svn status
Remove file 'c' which is slated for addition, but not part of the
$ rm c
$ svn status
Attempt to commit the changelist:
$ svn commit --cl "Add a and b"
This behavior is unexpected, since the removed file (c) is not in the
Nick
|
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.