source: tailor/vcpx/svn.py @ 410

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @410   8 years zooko replace all XML-illegal chars with "?" in the output from svn log --v …
(edit) @398   8 years lele Pass a list where a list is expected
(edit) @393   8 years lele Transition to a Python 2.4 subprocess compatible way of executing external …
(edit) @391   8 years lele Fix rename replayer for Subversion
(edit) @390   8 years lele Fixed other repr()->shrepr() calls
(edit) @380   8 years lele Do not suggest every source is a script by itself
(edit) @314   8 years lele Fix typo
(edit) @311   8 years lele Little documentation fixes to make epydoc happy
(edit) @305   8 years lele Explicitly license everything under GPL
(edit) @301   8 years lele Don't use native svn add recursion to import the initial bootstrap I gave …
(edit) @299   8 years lele Fix _addSubtree() for svn Doh, svn options are not well thought, but don't …
(edit) @294   8 years lele Reimplement _addSubtree() for darcs and svn using their recursive feature
(edit) @292   8 years lele Removed two useless system commands
(edit) @291   8 years lele Clarified some method names that were ambiguous Now addEntries() deals …
(edit) @289   8 years lele Reworked targets _initializeWorkingDir() signature
(edit) @259   8 years lele Revisited zooko's ReopenableNamedTemporaryFile? patch
(edit) @258   8 years zooko new tempfile idiom advantages: 1. secure in all cases (previously there …
(edit) @253   8 years lele Remove temporary files with upstream logs, keep them whith --debug
(edit) @252   8 years lele Use mktemp() to get a safer temporary filename
(edit) @251   8 years lele Do not use StringIO specific getvalue(), use read() instead
(edit) @250   8 years lele Same quick and dirty fix used for CVS applied to SVN Zooko reported the …
(edit) @243   8 years lele Extract the relative path of an entry given the module Now that the …
(edit) @242   8 years lele Pass repository and module down to getUpstreamChangesets() In order to fix …
(edit) @239   8 years lele Handle svn 'R' events Subversion has an 'R' flag that means "replaced", …
(edit) @237   8 years lele Use three letters for actions, to avoid mismatches Fix the 'R' event …
(edit) @233   8 years lele Quote any filename fed to underlying shell process
(edit) @215   8 years lele Do 'adds' and 'removes' in batches Possibly use a single command to …
(edit) @213   8 years lele Fix handling of 'svn copy' and 'svn move' Tailor now "fixups" the …
(edit) @206   8 years lele Solve another glitch with the module argument If module is not given, …
(edit) @201   8 years lele Module is not mandatory for svn or darcs Option --module is not anymore …
(edit) @191   8 years lele Use the name of the module for the patch name
(edit) @189   8 years lele Tailorized projects do not need to be in a subdirectory anymore Now, by …
(edit) @188   8 years lele Better error messages
(edit) @186   8 years lele Actually use module and subdir parameters in the checkout
(edit) @168   9 years lele Fix the handling of out-of-tree entries When we are tracking a subset of …
(edit) @166   9 years lele Fix the handling of new directories from upstream
(edit) @165   9 years lele Fix the svn log parser, with new test suite for svn The svn log parser was …
(edit) @155   9 years lele Little fixes to old code path of the frontend
(edit) @151   9 years lele Print the changelog before changeset application
(edit) @148   9 years lele Don't fail when the svn repos cannot be queried
(edit) @122   9 years lele Use UTC timestamps everywhere
(edit) @121   9 years lele New option --verbose to show the changelog of each applied changeset
(edit) @113   9 years lele Do not write spurious newline in the svn changelog, really Since under svn …
(edit) @112   9 years lele Write the original author and date in the svn changelog
(edit) @111   9 years lele Do not add spurious newline at end of svn changelog
(edit) @101   9 years lele Recognize from the svn error msg when there are no changes
(edit) @63   9 years lele Trim the path given by 'svn log' eliminating the repository path
(edit) @61   9 years lele Fix a cut'n'paste gypso
(edit) @58   9 years lele Little fixups
(edit) @51   9 years lele Use the logger instead of print statements
(edit) @46   9 years lele Correct the initialization of a new working directory
(edit) @44   9 years lele Refactor around new tailor frontend
(edit) @41   9 years lele Several fixes to cvs backend
(edit) @37   9 years lele Store the date in a datetime
(edit) @36   9 years lele Show the dots while checking out
(edit) @33   9 years lele Pass the actual changeset date to _commit()
(edit) @31   9 years lele New shwrap module imported from cvsync, with input capability
(edit) @30   9 years lele Fixed the 'svn commit' command
(edit) @26   9 years lele Make _applyChangeset return a list of conflicts, not a dictionary
(edit) @23   9 years lele Catch the conflicts under svn
(edit) @19   9 years lele Factored out the _initializeWorkingDirectory method
(edit) @18   9 years lele Some docs here and there
(edit) @16   9 years lele Almost completed the framework, with very first test run
(edit) @14   9 years lele Preliminary bootstrap functionalities
(edit) @13   9 years lele Changelog and entries are optional
(add) @12   9 years lele Added svn and darcs working dirs
Note: See TracRevisionLog for help on using the revision log.