Hi Martijn,
Martijn Faassen wrote:
> In wccommand.py there is a status() method with support for retrieving
> the status of files in SVN.
>
> At some point there's an else branch that I'm now hitting:
>
> else:
> raise NotImplementedError("received flag %r" % % c0)
>
> My svn working copy contains files with status 'R'. What does this mean?
>
> Item has been replaced in your working copy.
> This means the file was scheduled for deletion, and
> then a new file with the same name was scheduled for
> addition in its place
>
> It would be nice if py.path had support for this case instead of bailing
> out with a NotImplementedError.
I implemented this in revision 48347. I guess you could have done it
yourself in the time you wrote this mail – it was completely trivial :-).
Cheers,
Carl Friedrich
_______________________________________________
py-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/py-dev