[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Offline Versions and Logs not available

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Fri, 28 Mar 2014 10:46:45 +0000

On 28 March 2014 10:28, MooDJ BoW <boian.soloviov_at_gmail.com> wrote:
> Thanks a million for the clarification. OK, I was mislead from http://stackoverflow.com/questions/419467/difference-between-checkout-and-export-in-svn reading "export does not allow [... whereas] checkout allows you to use version control in the directory made.
> My bad: I'm an IT admin in testing, not a developer:)
> So if I may twist the question: is there any option or tool to download all source code versions and metadata, etc. to a local drive and make it thus offline accessible?

Not if you want to commit your changes back to the online repository.
Subversion falls into the category of centralised version control
systems (CVCS) where there is a single server hosting the repo. Others
in this category are CVS, ClearCase and Perforce. If you want a local
repository you need to look instead at distributed version control
(DVCS) such as git, mercurial or bazaar.

Simon

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3075415

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-03-28 11:46:55 CET

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.