You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Corrected CommonClient.info for case when a file has been added but not committed
- Improved Test Cases for info function
dsoprea#96: Added depth and external to several functions
- Added depth, (set_depth), and "external" options for commands
- Updated commands checkout, update, info, list, and commit
SVN could run info on files that have just been added.
However, this use case raises an error with
pysvn
It is because the XML result for a file just added does not have the tag
<entry><commit>
.The function
CommonClient.info
shall check the schedule (e.g.<schedule>add</schedule>
for a file just added).The text was updated successfully, but these errors were encountered: