I am creating my first project in Subversion. So far I have
branches tags trunk
I think I immediately need to make branches singular and sta
Try this. It works for me:
mkdir /tags/Release1.0 svn commit /tags/Release1.0 svn copy /trunk/* /tag/Release1.0 svn commit