Peter, you'll be just fine. Yes, you can have more than one project in a repo. I personally have *everything* in SVN. I keep my CV in there, all my documents in the "My Docs" folder on windows. I keep all my development materials in there. I mean I have **gigs** worth of material in SVN repos. Right now my dev directory is 1.5 gigs in size. I also have about 5 gigs worth of photos in another repo. What you would want to do is possibly have multiple repos for projects that different people will have access to. But I would say the same of CVS. Just makes the permissions issue a little easier. Though you can do multiple projects and permissions, etc. just fine with one repo. I don't know if it will work in your case or not. Ideally you have one location as a repo, and push and pull from it as you need. You don't usually copy the repo from location to location...Suppose you could do it that way though. TortoiseSVN gives you the option of creating a local repo. So I would say sure, though I've never tried it. I've always uploaded all my materials to my server with RAID5 on it. You do NOT need Apache to use SVN. There just happens to be an apache module that makes SVN use "easier". On 1/14/06, Peter Todd wrote: > > On Fri, Jan 13, 2006 at 06:42:14AM -0600, Danny Sauer wrote: > > As a couple of other people have said, Subversion is basically the > > "next" open CVS. SVN is a little harder to set up initially, though > > it addresses some of the biggest problems with CVS (versioning of > > directories, renaming files, fine-grained authentication) and I like > > SVN's snapshot-like versioning better than CVS's file-based versioning > > scheme. The automatic tagging of each release makes rolling back to > > old versions more useful, and using the Apache mod_svn method > > consolidates the SVN and Apache adminsitration locations (which I > > guess one would mostly just care about if one was the admin). There's > > a TortoiseSVN which is every bit as nice as TortoiseCVS, BTW. > > http://tortoisesvn.tigris.org/ > > Something that turned me off subversion, though I can't say I researched > it very thoughly, was that I've been told it really needs to have a > seperate repository for each project to work properly. In my case I > really would like to use the system I use in cvs, which is to have my > repository in my data directory and check out projects into that data > directory. This data directory then is synched to my server and work > computers. cvs is used in the file mode, no server. > > Will subversion work in such a situation? I thought it needed an Apache > server to work, IE you can just set a random directory to be your > repository. > > I use cvs for a lot of really small projects, as well as big ones, so a > subversion server would be overkill, though I like it's features a lot. > Kind of like the proprietary Perforce program I used a lot when I was a > programmer at one company. > > -- > pete@petertodd.ca http://www.petertodd.ca > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- Shawn Wilton (b9 Systems) http://black9.com -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist