Hi,
 
If a change is made to both a files contents and it's properties then
the response returned by svnlook changed is "UU".
 
share/scmbug/lib/Scmbug/Glue/Subversion.pm accepts only tokens of the
form "_U" or "U", either the property or the file can be changed but not
both.

The function prepare_activity_verify_or_commit should be changed to
accept tokens of the form "UU".
Do any changes need to be made to allow for a file_state of the form
"$SCM_FILE_STATE_FILE_AND_PROPERTY_MODIFIED"?

I have added a quick and dirty hack to our implementation:
        } elsif ( $file_state eq $SUBVERSION_MODIFY_TOKEN ||
                  $file_state eq $SUBVERSION_MODIFY_TOKEN1 ) {
Where:
  my $SUBVERSION_MODIFY_TOKEN1 = "UU";

I think there are other states than "UU" possible, so a regexp would be
a better idea.

Since we are already in production.

Regards,

Chris
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to