Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created September 23, 2013 08:31
Show Gist options
  • Select an option

  • Save aslakhellesoy/6667907 to your computer and use it in GitHub Desktop.

Select an option

Save aslakhellesoy/6667907 to your computer and use it in GitHub Desktop.
Subversion WebDAV respose
<?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