You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Phil Pinkerton <pc...@gmail.com> on 2008/09/30 12:26:52 UTC

DVD copy of Repository ?

Is it possible to copy a svn repository to DVD for later read only access ?

If so what would be a good method.

The goal here is to put a repository on DVD as a backup. Perhaps even
take a dump from the DVD too be able to  re-load a deleted repository.
Possibly even access the data in the repository on the DVD  via
TortoiseSVN.

-- 
" The fundamental principle here is that the justification for a
physical concept lies exclusively in its clear an unambiguous relation
to the facts it can be experienced"   AE

Please Feed and Educate the Children... it's the least any of us can do.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: DVD copy of Repository ?

Posted by "Szerdahelyi, Andras " <an...@citi.com>.
Phil,

Google for "svn dump". It creates an incremental dump file of all your
revisions. If you load it back via svnadmin (which is also used to make
the dump) you'll get everything except the repository config files
restored. As far as I know. 


-- andrew

-----Original Message-----
From: Phil Pinkerton [mailto:pcpinkerton@gmail.com] 
Sent: Tuesday, September 30, 2008 2:27 PM
To: users@subversion.tigris.org
Subject: DVD copy of Repository ?

Is it possible to copy a svn repository to DVD for later read only
access ?

If so what would be a good method.

The goal here is to put a repository on DVD as a backup. Perhaps even
take a dump from the DVD too be able to  re-load a deleted repository.
Possibly even access the data in the repository on the DVD  via
TortoiseSVN.

--
" The fundamental principle here is that the justification for a
physical concept lies exclusively in its clear an unambiguous relation
to the facts it can be experienced"   AE

Please Feed and Educate the Children... it's the least any of us can do.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: DVD copy of Repository ?

Posted by Toby Thain <to...@telegraphics.com.au>.
On 30-Sep-08, at 8:26 AM, Phil Pinkerton wrote:

> Is it possible to copy a svn repository to DVD for later read only  
> access ?
>
> If so what would be a good method.
>
> The goal here is to put a repository on DVD as a backup. Perhaps even
> take a dump from the DVD too be able to  re-load a deleted repository.
> Possibly even access the data in the repository on the DVD  via
> TortoiseSVN.

Yes this is trivial, you can use file:// URLs with standard client  
tools to access a Subversion database on the media.

--Toby

>
> -- 
> " The fundamental principle here is that the justification for a
> physical concept lies exclusively in its clear an unambiguous relation
> to the facts it can be experienced"   AE
>
> Please Feed and Educate the Children... it's the least any of us  
> can do.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org