File: SVN-MOVE

package info (click to toggle)
libapache2-mod-perl2 2.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,016 kB
  • sloc: perl: 97,771; ansic: 14,493; makefile: 51; sh: 18
file content (30 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This file tracks the things that need to be done to accomplish the
move of modperl projects to SVN:

* missing commit template files ( l CVS)
  PR:
  Obtained from:
  Submitted by:
  Reviewed by: 
  ...

* commit messages should trim the unrelated crap in the file path
  e.g. currently we get:

  --- perl/modperl/docs/trunk/src/search/swish.conf    (original)
  +++ perl/modperl/docs/trunk/src/search/swish.conf    Fri Nov 19 21:23:25 2004 
and it should be:

  --- src/search/swish.conf    (original)
  +++ src/search/swish.conf    Fri Nov 19 21:23:25 2004 

so it can be applied/edited easily.   

* improve the commit message subject line to print only important info
  (currently may print 100 files listed in the subject), e.g.:

  Subject: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/eat_post c-modules/echo_post c-modules/echo_post_chunk c-modules/input_body_filter c-modules/list_modules c-modules/nntp_like c-modules/random_chunk c-modules/test_apr_uri c-modules/test_pass_brigade c-modules/test_rwrite c-modules/test_ssl t t/conf t/conf/ssl t/htdocs/modules/access/htaccess t/htdocs/modules/cgi t/htdocs/modules/rewrite t/modules 

  Proposed Subject format:

  $svn_id $first_subdir/$first_file ($trunk)