Skip to content

Commit

Permalink
add small section about username/password authentication to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scmtestadf committed Jan 23, 2017
1 parent 6f07222 commit 94498a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions svn/resources/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,16 @@ diff(start_revision, end_revision)

Finds all the diff between start and end revision id. Here another key of 'diff' is added which shows the diff of files.

using authentication credentials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If you need to supply a username and password, you can do so when creating the repository. ::

import svn.local

l = svn.local.LocalClient('https://github.com/dsoprea/PySvn.git', username='yourusername', password='yourpassword')


.. |donate| image:: https://pledgie.com/campaigns/31718.png?skin_name=chrome
:alt: Click here to lend your support to: PySvn and make a donation at pledgie.com !
:target: https://pledgie.com/campaigns/31718
Expand Down

0 comments on commit 94498a0

Please sign in to comment.