RE: so I need to install Subversion first?
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 6 Nov 2012 12:45:50 -0500
> Subject: Re: so I need to install Subversion first?
The answer is, it depends. If you are going to be the only one accessing the repository, then no. You can just create a repository on your location machine and access it from there. You can also run svnserver on a work station to allow remote PCs access to it.
>
You can, but that is not the recommended use case.
> or maybe it is not the right software for what i am after. I am looking at
Once again, SVN uses an optimistic locking scenario rather than pessimistic. This works very well for text based files. Not so much for binaries... although svn can be used to version binary files, the merging doesn't really work out.
BOb
>
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.