From: Bernd E. <eid...@we...> - 2006-09-19 08:00:48
|
Hi Vlad, > Of course i almost all the time work with > HEAD so i am the simplest case. At the office we followed the "default" SVN approach with a directory structure of # svn list file:///repository/projectname branches/ tags/ trunk/ It's really nice to simply copy from trunk (or local working copy) into a new directory below "tags/" and have a "tag". Or a "branch". It's a cheap copy, only activated when you commit to it later on. It's not all peaches and cream, but I like the easy way of moving files and directories around or the transactional approach. Bernd. |