On Mon, Jan 26, 2015 at 10:00 AM, Kerry, Richard <richard.ke...@atos.net> wrote:
>
> Given that Subversion I usually presented as better than CVS in all ways I’m 
> assuming it can do this but I have yet to work out how to tell it to do so.
>

The 'better' part about subversion is that it understands directories
as projects and holds the contents together during atomic operations
like commits.   If you put your documents in directories and branch
the directory instead of doing individual file operations, you'll have
a place to switch to when you want to access the contents of that
branch directory.  For source code work, this almost always makes
sense.  If you are working on some random collection of individual
files with no natural structure for branch copies it might not.

-- 
   Les Mikesell
     lesmikes...@gmail.com

Reply via email to