RE: keeping a photo library in a svn repository
From: John Niven <jniven_at_bravurasolutions.com>
Date: Wed, 6 Aug 2008 10:06:48 +1200
> -----Original Message-----
No worries!
<snipped>
>
Not necessarily; if you use Apache (or ViewVC) you can browse the repository and view the images through a web browser. You could also use TortoiseSVN's repository browser (Windows only), or another client like RapidSVN, though these may be slightly more cumbersome (IMHO Apache makes this really, really easy. One of the things I like about Apache is that I can email URLs to people, pointing at files I have in SVN).
You *will* need a checkout to add new files, but this doesn't need to be resource or time consuming: you could create a new directory on the repository, checkout the (empty) reposity, and copy or move your new images to it, and finally do a commit. If you simply move your new images this shouldn't take up any more space than before, up to the point where you commit (at which point the ".svn" directories will be populated with copies of your images) - but with your images now in the repository you're able to delete the working copy (unless, of course, you want to continue editing the images).
>
I'm not sure I understand? I think the answer is not really, excepting direct access to the repository (via Apache, etc).
>
Quite possibly; I haven't looked at svnfs but will now go off and google for it! Thanks for the pointer!
Cheers
>
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.