Login | Register
My pages Projects Community openCollabNet

Discussions > users [DISABLED] > Submitting a changelist while obstructed item exists

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Submitting a changelist while obstructed item exists

Author Nick <nospam at codesniffer dot com>
Full name Nick <nospam at codesniffer dot com>
Date 2009-08-12 21:34:38 PDT
Message It seems I can't submit a changelist while a file is marked as
obstructed, even though the obstructed file is not in the changelist.

Here's an example. Files '1' and '2' are modified, and both are in a
changelist named 'CL1'. The file '3' is obstructed, and it is not in a
changelist.


nick@nimble ~/test_repo $ svn status
M 1
M 2
~ 3

nick@nimble ~/test_repo $ svn cl CL1 1 2
Path '1' is now a member of changelist 'CL1'.
Path '2' is now a member of changelist 'CL1'.

nick@nimble ~/test_repo $ svn status
~ 3

--- Changelist 'CL1':
M 1
M 2

nick@nimble ~/test_repo $ svn ci --cl CL1
svn: Commit failed (details follow):
svn: Entry '/home/nick/test_repo/3' has unexpectedly changed special
status


I would expect svn to only attempt committing the contents of the
changelist, which in this example is the files '1' and '2'. But it
seems the existence of an obstructed file prevents the commit, even
though the obstructed file is not in the changelist and is not specified
to be included in the commit.

Is this by design?

Best regards,
Nick

« Previous message in topic | 1 of 8 | Next message in topic »

Messages

Show all messages in topic

Submitting a changelist while obstructed item exists Nick <nospam at codesniffer dot com> Nick <nospam at codesniffer dot com> 2009-08-12 21:34:38 PDT
     Re: Submitting a changelist while obstructed item exists Rob van Oostrum <rvanoo at gmail dot com> Rob van Oostrum <rvanoo at gmail dot com> 2009-08-13 09:23:13 PDT
         Re: Submitting a changelist while obstructed item exists Rob van Oostrum <rvanoo at gmail dot com> Rob van Oostrum <rvanoo at gmail dot com> 2009-08-13 09:24:17 PDT
     Re: Submitting a changelist while obstructed item exists Nick <nospam at codesniffer dot com> Nick <nospam at codesniffer dot com> 2009-08-13 17:28:09 PDT
         Re: Submitting a changelist while obstructed item exists Nick <nospam at codesniffer dot com> Nick <nospam at codesniffer dot com> 2009-08-21 02:22:52 PDT
             Re: Submitting a changelist while obstructed item exists Nick <nospam at codesniffer dot com> Nick <nospam at codesniffer dot com> 2009-09-15 00:58:17 PDT
             Re: Submitting a changelist while obstructed item exists nickgi Nick 2009-09-15 02:06:26 PDT
                 Re: Submitting a changelist while obstructed item exists nickgi Nick 2009-09-15 02:09:43 PDT
Messages per page: