Re: File storage

2017-03-26 Thread Eric Johnson
Also, possible to have a Subversion repository accessible with a file:/// URL, rather than using an http(s):// or other URL. Perhaps that is an answer to your question, in the sense that no "server" is required? While that kind of arrangement might work for tracking individual work, sharing a "rep

Re: File storage

2017-03-26 Thread Ryan Schmidt
> On Mar 22, 2017, at 07:29, Sagar Parekh wrote: > > Hi All, > > I wants to use client server model for storing the files. > But do I need a physical server or files will be stored in SVN's servers. > > I want your server to store the files and my computer will be just client. > > Will that b

File storage

2017-03-26 Thread Sagar Parekh
Hi All, I wants to use client server model for storing the files. But do I need a physical server or files will be stored in SVN's servers. I want your server to store the files and my computer will be just client. Will that be possible with SVN? Any links for this? Regards, Sagar