svn-dav-fs
Version:
handler for 'svn+https' url scheme (plain js svn dav fs)
87 lines (64 loc) • 3.82 kB
Markdown
[](https://www.npmjs.com/package/svn-dav-fs)
[](https://greenkeeper.io/)
[](https://github.com/arlac77/svn-dav-fs)
[](http://travis-ci.org/arlac77/svn-dav-fs)
[](https://www.bithound.io/github/arlac77/svn-dav-fs)
[](http://codecov.io/github/arlac77/svn-dav-fs?branch=master)
[](https://coveralls.io/r/arlac77/svn-dav-fs)
[](https://codeclimate.com/github/arlac77/svn-dav-fs)
[](https://snyk.io/test/github/arlac77/svn-dav-fs)
[](https://github.com/arlac77/svn-dav-fs/issues)
[](http://waffle.io/arlac77/svn-dav-fs)
[](https://david-dm.org/arlac77/svn-dav-fs)
[](https://david-dm.org/arlac77/svn-dav-fs#info=devDependencies)
[](http://inch-ci.org/github/arlac77/svn-dav-fs)
[](https://npmjs.org/package/svn-dav-fs)
[](http://commitizen.github.io/cz-cli/)
svn-dav-fs
==========
handler for 'svn+https' url scheme (plain js svn dav fs)
# API Reference
- svn-dav-fs
<a name="encodeProperties"></a>
## encodeProperties(object) ⇒ <code>string</code>
Encodes objects into strings as used by svn
**Kind**: global function
**Returns**: <code>string</code> - encoded object value
| Param | Type | Description |
| --- | --- | --- |
| object | <code>object</code> | to be encoded |
**Example**
(create-txn-with-props
(svn:txn-user-agent 48 SVN/1.9.4 (x86_64-apple-darwin15.0.0) serf/1.3.8
svn:log 19 this is the message
svn:txn-client-compat-version 5 1.9.4))
<a name="module_svn-dav-fs..SVNHTTPSScheme+options"></a>
## module:svn-dav-fs~SVNHTTPSScheme.options(url, body) ⇒ <code>promise</code>
Execute options request
**Kind**: instance method of <code>module:svn-dav-fs~SVNHTTPSScheme</code>
| Param | Type | Description |
| --- | --- | --- |
| url | <code>string</code> | |
| body | <code>Array.<string></code> | xml lines |
<a name="module_svn-dav-fs..SVNHTTPSScheme+activityCollectionSet"></a>
## module:svn-dav-fs~SVNHTTPSScheme.activityCollectionSet(url) ⇒ <code>Promise</code>
query the activity collection set.
**Kind**: instance method of <code>module:svn-dav-fs~SVNHTTPSScheme</code>
| Param | Type |
| --- | --- |
| url | <code>string</code> |
<a name="module_svn-dav-fs..SVNHTTPSScheme+put"></a>
## module:svn-dav-fs~SVNHTTPSScheme.put()
http://svn.apache.org/repos/asf/subversion/trunk/notes/svndiff
http://stackoverflow.com/questions/24865265/how-to-do-svn-http-request-checkin-commit-within-html
**Kind**: instance method of <code>module:svn-dav-fs~SVNHTTPSScheme</code>
* * *
install
=======
With [npm](http://npmjs.org) do:
```shell
npm install svn-dav-fs
```
license
=======
BSD-2-Clause