svn: make the branches directory before make a branch

Well, this is a short note to myself so the next time I want to create a branch of a new project, I won’t need to search through the Internet.
Before doing
$ svn copy http://svn.example.com/repos/calc/trunk \
http://svn.example.com/repos/calc/branches/my-calc-branch \
-m "Creating a private branch of /calc/trunk."
to make a new branch of a new project (which don’t have any branches […]

modify svn log for trac

When using trac with subversion, sometime I need to edit the subversion log. For example, I’ve got used to mention the trac ticket number in the log, thanks to the trac intergration, this is really handful. However once I made a typo on the ticket number, and it gets really annoying. So here is how […]

Close
E-mail It