Re: Getting initial sync from multiple users to single repository

2012-03-05 Thread Peter Flynn
On 05/03/12 19:29, Peter Flynn wrote: I want to start using svn for a project[...] Thank you all very much for the advice. That should do the job. ///Peter

Re: Getting initial sync from multiple users to single repository

2012-03-05 Thread Daniel Shahaf
May be useful here: 'svn checkout --force' will take an existing tree and make it into a working copy. (Preexisting files will show as local mods when the command finishes.) Les Mikesell wrote on Mon, Mar 05, 2012 at 14:06:55 -0600: > On Mon, Mar 5, 2012 at 1:29 PM, Peter Flynn wrote: > > > > I

Re: Getting initial sync from multiple users to single repository

2012-03-05 Thread Thorsten Schöning
Guten Tag Peter Flynn, am Montag, 5. März 2012 um 20:29 schrieben Sie: > Is there a command that will force the server to accept a file > that has been modified locally, or should I just wipe the whole repo and > start afresh? As already said, checkout your current repo to a new directory, copy t

Re: Getting initial sync from multiple users to single repository

2012-03-05 Thread Les Mikesell
On Mon, Mar 5, 2012 at 1:29 PM, Peter Flynn wrote: > > I have created an svn repository on another host, and added all the files > from one user machine to it (some weeks ago), so everything was present but > unversioned. Since then, a few of those files have been manually edited on > that user ma

Getting initial sync from multiple users to single repository

2012-03-05 Thread Peter Flynn
I can't seem to find this particular problem in the archives, but that may be my ignorance of the terminology. I want to start using svn for a project which currently has four user machines, each with their own copy of the codebase, kept in sync by manual scp to and from one of the machines wh