Commit graph

15 commits

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
2016-08-08 10:18:50 -04:00
Petrox
99cd31140d Missing documentation fix (#2516)
Extending the documentation to state, that this module does not handle externals well.
2016-04-12 22:12:30 +02:00
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
2016-04-05 10:23:33 -07:00
Toshio Kuratomi
0019a89d14 change a parameter to type=path 2016-02-29 00:26:56 -08:00
Tim Barnes
f0ac28490d fixing issue with subversion module whereby the module was reporting local modifications being present when externals were being used 2015-10-09 15:15:53 +01:00
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
2015-07-07 13:38:19 +02:00
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.
2015-07-07 12:08:04 +02:00
Matt Martz
4f43c4c09c Replaced tabbed indentation with spaces for subversion module 2015-07-01 09:39:19 -05:00
Greg DeKoenigsberg
2a5f0bde87 Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
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.
2015-02-13 15:06:15 +01:00
Toshio Kuratomi
e2c1a0d2dd Make documentation list when force changed defaults 2015-01-28 16:25:56 -08:00
Toshio Kuratomi
6350e6a4cc Update force documentation to reflect default=no 2015-01-28 16:19:00 -08:00
Michael Scherer
fa46f3c269 Fix #370, by allowing to export over a existing repository
This requires to use force=True
2014-12-13 22:07:41 +01:00
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.
2014-12-13 22:05:40 +01:00
Michael DeHaan
c8e1a2077e file extensions! 2014-09-26 10:37:56 -04:00
Renamed from source_control/subversion (Browse further)