Changeset 1388 in tailor for README


Ignore:
Timestamp:
06/15/07 16:57:48 (6 years ago)
Author:
henry.ne@…
Hash name:
20070615145748-e66d1-0471ed6f6488d777f6a647d46e86b3376dbc729a
Message:

svn-commit-all-files.patch
Subversion: new option commit-all-files

If it's true (default), then commit all files with a command "svn commit ."
If it's false, commit list of changed files instead the '.'. This can be
splitt into multiple commits on big tree with many file changes. Than the
first commit was not propset with author and date.
(see MAX_CMDLINE_LENGTH = 8000)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r1384 r1388  
    892892  revision it needs, instead of transfering whole history log. 
    893893 
     894commit-all-files : bool 
     895  By default *True*, commits all files from current changeset. Lets 
     896  Subversion check the changes self. 
     897  Set it to *False*, then whish to commits only changed files, that 
     898  tailor detects, perhaps a network speedup.  But a  *False* can be 
     899  insert an extra revision on long dep paths with lot of files. You 
     900  would see two revisions on target, where the source have only one. 
     901  For a true convert should leave it *True*. 
     902 
    894903trust-root : bool 
    895904  Tailor by default verifies that the specified ``repository`` 
Note: See TracChangeset for help on using the changeset viewer.