DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Svn Copy Trunk To New Branch
svn co https://lbdistro.svn.sourceforge.net/svnroot/lbdistro cd lbditro #Copia o desenvolvimento atual para o branch desejado: svn copy trunk branches/LBdistro-old #Veifica se está ok: svn status #output: A + branches/LBdistro-old #O sinal de + indica que a cópia foi criada #Agora é só dar o commit: svn commit -m "Creating a branch of old LBdistro."




