search for: propchang

Displaying 11 results from an estimated 11 matches for "propchang".

Did you mean: propchange
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
....de/svnmailer/svnmailer-1.1.0-dev-r1373.tar.bz2 > > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s > > %(from)s %(to)s > > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s > > %(from)s %(to)s > > generate_diffs = add copy modify propchange > > > > I'll go ahead and make this change. Thanks, Sebastian -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...-1,6 +1,6 @@ > [general] > sendmail_command = /usr/sbin/sendmail > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s > %(from)s %(to)s > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s > %(from)s %(to)s > generate_diffs = add copy modify propchange > I'll go ahead and make this change. - Daniel > > [authors] > @@ -360,6 +360,7 @@ > mail_type = single > show_applied_charset = nondefault > custom_header = SVN-Repository %(REPOS)s > +commit_subject_template = %(prefix)s r%(revision)s - %(log)s > > [br...
2015 Jul 28
4
[LLVMdev] Request: Changing commit message in llvm trunk
...ecame malformed when pushing to trunk svn propedit svn:log --revprop -r 243434 > svn: E175002: DAV request failed; it's possible that the repository's > pre-revprop-change hook either failed or is non-existent > svn: E175002: Repository has not been enabled to accept revision > propchanges; > ask the administrator to create a pre-revprop-change hook > As described here commit messages are not versioned on svn Would it be possible to get a hook made for this http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-checkin It could be very useful fo...
2013 Jan 25
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...-dev-r1373.tar.bz2 > > > > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s > > > %(from)s %(to)s > > > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s > > > %(from)s %(to)s > > > generate_diffs = add copy modify propchange > > > > > > > I'll go ahead and make this change. > > Thanks, > Sebastian > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted > by The Linux Foundation > -------------- next part -------------- An HTML attachment was scrubb...
2015 Jul 29
0
[LLVMdev] Request: Changing commit message in llvm trunk
...gt; to trunk > > svn propedit svn:log --revprop -r 243434 >> svn: E175002: DAV request failed; it's possible that the repository's >> pre-revprop-change hook either failed or is non-existent >> svn: E175002: Repository has not been enabled to accept revision >> propchanges; >> ask the administrator to create a pre-revprop-change hook >> > > As described here commit messages are not versioned on svn > Would it be possible to get a hook made for this > > http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-che...
2006 Feb 18
2
SVN migration status
...ssh-agent(1). If you have mail filters for the commit messages, you may want to look at this message: http://lists.alioth.debian.org/pipermail/nut-commits/2006-February/000360.html Property changes (see the link to Chapter 7 section 2 above) will replace "svn commit" with "svn propchange" in the subject. Congratulations for making it to the end of this message. Hopefully the transition will not be too difficult, and you will find SVN to be a pleasant improvement over CVS. Email me with any questions. -- - Charles Lepple
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...3-01-25 15:42:02.000000000 -0600 @@ -1,6 +1,6 @@ [general] sendmail_command = /usr/sbin/sendmail -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s generate_diffs = add copy modify propchange [authors] @@ -360,6 +360,7 @@ mail_type = single show_applied_charset = nondefault custom_header = SVN-Repository %(REPOS)s +commit_subject_template = %(prefix)s r%(revision)s - %(log)s [branch] for_repos = .*/llvm-project$ Note that I have not addressed the path prefix suggestion fro...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Daniel, Daniel Dunbar wrote: > Hi Sebastion, > > I've attached the current configuration file from the server. > > I'm not sure how far you want to go down the "trying to get realize nice > summary path" lines, but if svn_mailer somehow supported running an > external script to process the commit and come up with the path that would > be ideal for
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...gt; >> > > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s >> > > %(from)s %(to)s >> > > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s >> > > %(from)s %(to)s >> > > generate_diffs = add copy modify propchange >> > > >> > >> > I'll go ahead and make this change. >> >> Thanks, >> Sebastian >> -- >> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted >> by The Linux Foundation >> > > -------------- next...
2013 Jan 28
0
[LLVMdev] Testing canaries
...> > sendmail_command = /usr/sbin/sendmail > > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s > > %(from)s %(to)s > > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s > > %(from)s %(to)s > > generate_diffs = add copy modify propchange > > > > I'll go ahead and make this change. > > - Daniel > > > > > > [authors] > > @@ -360,6 +360,7 @@ > > mail_type = single > > show_applied_charset = nondefault > > custom_header = SVN-Repository %(REPOS)s > > +commit_su...
2015 Jul 29
2
[LLVMdev] Request: Changing commit message in llvm trunk
...t;> svn propedit svn:log --revprop -r 243434 >>> svn: E175002: DAV request failed; it's possible that the repository's >>> pre-revprop-change hook either failed or is non-existent >>> svn: E175002: Repository has not been enabled to accept revision >>> propchanges; >>> ask the administrator to create a pre-revprop-change hook >>> >> >> As described here commit messages are not versioned on svn >> Would it be possible to get a hook made for this >> >> http://stackoverflow.com/questions/692851/can-i-go-back-and...