Created
September 23, 2013 08:31
-
-
Save aslakhellesoy/6667907 to your computer and use it in GitHub Desktop.
Subversion WebDAV respose
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:"> | |
| <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> | |
| <D:href>/svn/svnrepo/!svn/vcc/default</D:href> | |
| <D:propstat> | |
| <D:prop> | |
| <lp1:checked-in><D:href>/svn/svnrepo/!svn/bln/7</D:href></lp1:checked-in> | |
| </D:prop> | |
| <D:status>HTTP/1.1 200 OK</D:status> | |
| </D:propstat> | |
| </D:response> | |
| </D:multistatus> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment