On Fri, Feb 11, 2011 at 2:08 PM, Gabor Szabo <szab...@gmail.com> wrote:
> Here is an example:
>
> I'd like to remove the "Perl/Automatic Bracket Completion"
> menu option as it is also available as
> "Tools/Preferences/Behaviour/Autocomplete brackets".
> I just opened a ticket with this http://padre.perlide.org/trac/ticket/1102
>
> I'll now see how easy/difficult this will b with out current technology.

svn cp http://svn.perlide.org/padre/trunk/Padre
http://svn.perlide.org/padre/branches/Padre-t1102 -m'branch for #1102'
svn switch http://svn.perlide.org/padre/branches/Padre-t1102 .

make the changes

svn ci -m'Remove  Perl/Automatic Bracket Completion    #1102'

(maybe do some more changes, if it is cleaner that way)

# going back to trunk:
svn switch http://svn.perlide.org/padre/trunk/Padre

I updated the tricket in trac but I don't see a way to mark it
"resolved, waiting for approval".
Now someone need to check the changes and approve them


Once that's done someone will need to merge:
To merge to trunk one needs to be in trunk and run:

# First find out the point of branching:
svn log http://svn.perlide.org/padre/branches/Padre-t1102 --stop-on-copy
# from the listing get the earlies revision number, where the branching happaned
svn merge http://svn.perlide.org/padre/branches/Padre-t1102 -r13682:HEAD .
svn ci -m'merge #1102'
svn rm http://svn.perlide.org/padre/branches/Padre-t1102 -m 'merged'


huh
   Gabor
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to