Commit Graph

15 Commits (4bd2a409e6409f703005b3ccf2603b9db19db9b0)

Author SHA1 Message Date
Zoltán Müllner 8218e7ba25 Revert "Reset all locale environment variables before running svn commands" (#4358)
* Revert "Reset all locale environment variables before running svn commands"

This reverts commit 99456fbc98.

* Reset locale environment variables before running svn commands
8 years ago
Petrox 99cd31140d Missing documentation fix (#2516)
Extending the documentation to state, that this module does not handle externals well.
9 years ago
Thomas Quinot 99456fbc98 Reset all locale environment variables before running svn commands
We screenscrape the output of svn(1), so better ensure it is using the

C locale.



Fixes #3255
9 years ago
Toshio Kuratomi 0019a89d14 change a parameter to type=path 9 years ago
Tim Barnes f0ac28490d fixing issue with subversion module whereby the module was reporting local modifications being present when externals were being used 9 years ago
Benjamin Baumer 8255657ac9 version_added for switch Parameter changed to 2.0
Add comment to explain check_rc Parameter in _exec Function
Optimize code and clean up is_svn_repo Function
9 years ago
Benjamin Baumer 20f76d76a8 Fix: Calling svn info to determine if dest is an svn Working Copy,
to support updates in Subfolders with Subversion > 1.8
Fix: Ignoring svn:externals on local Modification Check.
Add: Added Argument switch to alow skipping the svn switch call.
9 years ago
Matt Martz 4f43c4c09c Replaced tabbed indentation with spaces for subversion module 9 years ago
Greg DeKoenigsberg 2a5f0bde87 Proper author info for all remaining modules 9 years ago
Gugli bec0f06665 Add support for repos with svn:externals files
When a SVN repository has some svn:externals properties, files will be
reported with the X attribute, and lines will be added at the end to
list externals statuses with a text looking like
"Performing status on external item at ....".
Such lines were counted as a local modification by the regex, and the
module returned a change, even though they were none.

To have a clean (and parsable) "svn status" output, it is recommended
to use the --quiet option. The externals will only appear if they have
been modified. With this option on, it seems even safer to consider
there are local modifications when "svn status" outputs anything.
10 years ago
Toshio Kuratomi e2c1a0d2dd Make documentation list when force changed defaults 10 years ago
Toshio Kuratomi 6350e6a4cc Update force documentation to reflect default=no 10 years ago
Michael Scherer fa46f3c269 Fix #370, by allowing to export over a existing repository
This requires to use force=True
10 years ago
Michael Scherer ccfdff4f00 Make force parameter work for export operation
The default is changed from 'yes' to 'no' to follow
subversion behavior (ie, requiring explicit confirmation
to erase a existing repository). Since that was not working before
cf #370 and since the option was ignored before and unused, this
should be safe to change.
10 years ago
Michael DeHaan c8e1a2077e file extensions! 10 years ago