Subversion Repositories DevTools

Rev

Rev 2355 | Rev 2426 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2355 Rev 2424
Line 6... Line 6...
6
      Improved the performance of the 'packaging' and 'installing' operations
6
      Improved the performance of the 'packaging' and 'installing' operations
7
      by an order of magnitude under windows. Replaced the shell scripting of
7
      by an order of magnitude under windows. Replaced the shell scripting of
8
      these operations with a dedicated program.
8
      these operations with a dedicated program.
9
 
9
 
10
      This change also addressed a long-time Windows issue with the packaging
10
      This change also addressed a long-time Windows issue with the packaging
11
      of files into very long (>~260) paths as the utility supports the full
11
      of files into very long (>~250) paths as the utility supports the full
12
      windows path scheme.
12
      windows path scheme.
13
 
13
 
14
Minor changes:
14
Minor changes:
15
    * Utility: svn : delete-branch
15
    * Utility: svn : delete-branch
16
      Modified the svn branch deletion operation.
16
      Modified the svn branch deletion operation.
17
        With no arguments it will show the current branch.
17
        With no arguments it will show the current branch.
18
 
18
 
-
 
19
    * Utility: svn : url
-
 
20
      Improved the conversions supported. Now handles leading SVN::
-
 
21
      and will decode tags of the form SVN::path::tag
-
 
22
 
-
 
23
    * Utility: svn : import
-
 
24
      Added a '-nocommit' option to allow the results of the import to be
-
 
25
      inspected before committing them to the Repository.
-
 
26
 
19
    * Subversion Support
27
    * Subversion Support
-
 
28
      Detect authentication errors and issue user-friendly error messages
-
 
29
      showing the user what to do.
-
 
30
 
20
      The special label of TIMESTAMP now creates a tag with a .WIP
31
      The special label of TIMESTAMP now creates a tag with a .WIP
21
      suffix. This allows the tag to be deleted in the VIX protected
32
      suffix. This allows the tag to be deleted in the VIX protected
22
      repositories.
33
      repositories.
23
        
34
        
24
------------------------------------------------------------------------
35
------------------------------------------------------------------------