Meta
Blogroll
IP info
Programs
Daily Archives: 2008-11-12
Reminder to self
Howto: “Replacing the trunk of a Subversion repository with a feature branch” # From the working copy of my branch: $ svn del file:///repos/trunk -m “Temporarily deleted trunk.” $ svn mv file:///repos/branches/my_branch file:///repos/trunk \ -m “Moved /branches/my_branch to /trunk” $ … Continue reading
Posted in /dev/null, EN, Programming
Comments Off on Reminder to self