Hi, On 9 Jan., 09:26, Thinsoldier <[email protected]> wrote: > I'm keeping entire websites (including images, psd files (big ones), > pdf files, movie clips etc) in the repository (is this even a good > idea?) why not, if this is static data.
I do this the same way, but only for static data. All dynamic content (comes from a database) or uploaded files, won't be put into my repository, because, if someone deletes it, I have to track this and do a 'svn rm' manually - bad idea. I use reoback for those things. > so uploading all those large files every day could take quite a while > and I don't always have the most reliable internet connection. > I think it would be best to just upload the files that have changed. See my answer on your original post. Hope that helps, ~ Markus > > On Jan 9, 3:04 am, Kieren Eaton <[email protected]> wrote: > > > couldnt you just scp the entire repository from the local to the > > remote site? > > This obviously assumes that no one else is modifying the remote > > repository. > > > Just thinking out loud. > > > On 09/01/2009, at 4:33 PM, Thinsoldier wrote: > > > > I'd also like to know if it's possible to use a local working > > > directory with a local repository and at the end of the day somehow > > > sync up the local revisions with a remote repository(through ssh) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
