Skip to content

Instantly share code, notes, and snippets.

@mathieulegrand
Created August 26, 2012 15:16
Show Gist options
  • Save mathieulegrand/3481026 to your computer and use it in GitHub Desktop.
Save mathieulegrand/3481026 to your computer and use it in GitHub Desktop.
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