Created
August 26, 2012 15:16
-
-
Save mathieulegrand/3481026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tm-test-wc(master*)$ svn status --no-ignore -v --xml | |
<?xml version="1.0"?> | |
<status> | |
<target | |
path="."> | |
<entry | |
path="."> | |
<wc-status | |
props="normal" | |
item="normal" | |
revision="1"> | |
<commit | |
revision="1"> | |
<author>mathieulegrand</author> | |
<date>2012-08-26T15:07:11.082178Z</date> | |
</commit> | |
</wc-status> | |
</entry> | |
<entry | |
path="ignored.txt"> | |
<wc-status | |
props="none" | |
item="ignored"> | |
</wc-status> | |
</entry> | |
<entry | |
path="untracked.txt"> | |
<wc-status | |
props="none" | |
item="unversioned"> | |
</wc-status> | |
</entry> | |
<entry | |
path="added.txt"> | |
<wc-status | |
props="none" | |
item="added" | |
revision="0"> | |
</wc-status> | |
</entry> | |
<entry | |
path="clean.txt"> | |
<wc-status | |
props="none" | |
item="normal" | |
revision="1"> | |
<commit | |
revision="1"> | |
<author>mathieulegrand</author> | |
<date>2012-08-26T15:07:11.082178Z</date> | |
</commit> | |
</wc-status> | |
</entry> | |
<entry | |
path="missing.txt"> | |
<wc-status | |
props="none" | |
item="deleted" | |
revision="1"> | |
<commit | |
revision="1"> | |
<author>mathieulegrand</author> | |
<date>2012-08-26T15:07:11.082178Z</date> | |
</commit> | |
</wc-status> | |
</entry> | |
<entry | |
path="modified.txt"> | |
<wc-status | |
props="none" | |
item="modified" | |
revision="1"> | |
<commit | |
revision="1"> | |
<author>mathieulegrand</author> | |
<date>2012-08-26T15:07:11.082178Z</date> | |
</commit> | |
</wc-status> | |
</entry> | |
</target> | |
</status> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment