Svn Clients
Our Collaborative Platform
See the client/server interoperability policy is documented in the 'Compatibility' section of the Subversion Commuity Guide. But, you cannot use different Subversion clients with the same working copy, because Subversion working copy format is not backward compatible and Subversion automatically upgrade it to the latest format. Svn is the official command-line client of Subversion. Its functionality is offered via a collection of task-specific subcommands, most of which accept a number of options for fine-grained control of the program's behavior.
SVN International Corp. offers Advisors the reach to collaborate and share data, knowledge, and opportunities with the entire brokerage community.
Ready. Set. Grow Your Commercial Real Estate Business with SVN®
Learn about the commercial real estate tools, resources, training, and culture that empower our Advisors and create the SVN Difference.
Learn more about the growth opportunities available to you or your business with the SVN brand beside you.
Each week we present a selection of our featured commercial real estate property listings on SVN | Live. Be the first to know when a new property becomes available in your area. Everyone is welcome to join this event.
Register here each week and help your clients find the best possible properties.
Leveraging Research and Technology
SVN Advisors and their clients have access to industry-leading research and technology.
The 9.6% Report
Compensated cooperation guarantees that equitable co-brokerage fees are paid on all properties, and not only to brokers within the same company, but to any and all outside brokers involved. When fees and buyer pools are shared, properties generate a higher demand and price, resulting in the most value for everyone involved.
50% Commission. 100% of the Time.
We believe in sharing fees to give incentive to a wider network of buyers. With an expansive network comes higher visibility and increased demand, resulting in a higher value for clients.
Diversity and Inclusivity
SVN® strives to provide opportunities to those who are underrepresented in the commercial real estate industry, regardless of gender or race. We are committed to achieving a balance of diverse talent.
Latest versionReleased:
Intuitive Subversion wrapper.
Project description
svn is a simple Subversion library for Python. I wrote it so that there couldbe a lightweight and accessible library that was also available on PyPI. It iscompatible with both Python 2.7 and 3.3+.
The library wraps the svn
commandline client, which should consequently beinstalled on the local system.
Functions currently implemented:
- list
- info
- log
- checkout
- export
- cat
- diff
- diff_summary
- status
- add
- commit
- update
- cleanup
In addition, there is also an 'admin' class (svn.admin.Admin
) that provides acreate
method with which to create repositories.
You are more than welcome to submit pull-requests to add more support foradditional subcommands.
Usage is divided between two clients that either allow for access to a localworking-directory or a remote repository.
Both clients inherit a common set of methods that work with both local working-directories and remote repositories.
svn.utility.get_client
is provided for convenience. If you provide a locationthat starts with a backslash, it will return a LocalClient instance. Otherwise,it will return a RemoteClient instance.
You may pass username
and password
as optional arguments to both theconstructor and utility function.
LocalClient
LocalClient allows access to a local working copy.
RemoteClient
RemoteClient allows access to a remote repository.
SvnException
SvnException is raised whenever there is an issue with the svn repository. Weare no longer supporting catching ValueError.
checkout(path)
Checkout a remote repository:
Common Functionality
These methods are available on both clients.
info(rel_path=None)
Get information about the directory.
NOTE: The keys named with dashes, slashes, and hashes are consideredobsolete, and only available for backwards compatibility. Wehave since moved to using only underscores to separate words.
cat(rel_filepath)
Get file-data as string.
log_default(timestamp_from_dt=None, timestamp_to_dt=None, limit=None, rel_filepath=', stop_on_copy=False, revision_from=None, revision_to=None, changelist=False)
Perform a log-listing that can be bounded by time or revision number and/ortake a maximum-count.
export(to_path, revision=None, force=False)
Checkout the tree without embedding an meta-information.
We can also use force
option to force the svn export.
list(extended=False, rel_path=None)
Return either a flat-list of filenames or a list of objects describing evenmore information about each.
list_recursive(rel_path=None, yield_dirs=False, path_filter_cb=None)
List all entries at and beneath the root or given relative-path.
diff_summary(start_revision, end_revision)
A lower-level diff summary that doesn't actually provide the contentdifferences.
diff(start_revision, end_revision)
Diffs between start and end revisions
There was a previous contribution to the diff implementation that has beenreported and confirmed to often throw an exception due to shoddy handling ofthe file-paths in the output. It also made secondary shell calls and mixed bothtext and XML output in the response. As a result of this, the decision has beenmade to just reimplement it and reshape the output in a backwards-incompatibleway at the same time. If you need to stick to the older implementation, tie yourdependencies to the 0.3.46 release.
Release historyRelease notifications | RSS feed
1.0.1
1.0.0
0.3.46
0.3.45
0.3.44
0.3.43
0.3.42
0.3.41
0.3.40
Svn For Windows 10
0.3.39
0.3.38
0.3.37
0.3.36
0.3.35
0.3.34
0.3.33
0.3.32
0.3.31
0.3.30
0.3.29
0.3.28
0.3.27
0.3.26
0.3.25
0.3.24
0.3.23
0.3.22
0.3.21
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
Svn Clients For Linux
0.3.12
0.3.11
0.3.10
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.1.0dev pre-release
0.3.3-dirty
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size svn-1.0.1.tar.gz (12.8 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for svn-1.0.1.tar.gz
Svn Client Windows 10
Algorithm | Hash digest |
---|---|
SHA256 | 55f81f07853cc1d66d4800b0cfe2d3376ff02361a2b2361459dc22a0fab95247 |
MD5 | b88e1d57f14f027a58ce08f26ebf7f55 |
BLAKE2-256 | 2ba5a23ed647d0cbdac48de23d822581e273f087364c57e2cd1c3efc979e91f5 |