Re: Syncing a file
From: Chuck Dillon (spam_at_nimblegen.com)
Date: 03/02/05
- Previous message: Ted Timar: "Welcome to comp.unix.questions [Frequent posting]"
- In reply to: hendry: "Syncing a file"
- Next in thread: hendry: "Re: Syncing a file"
- Reply: hendry: "Re: Syncing a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 02 Mar 2005 08:30:18 -0600
hendry wrote:
> I am working on a file on two machines.
>
> I want to make sure the file is the up to date on both machines. So
> changes on one machine are merged with the other whenever I run the
> syncing process.
>
> <snip>
>
> So Rsync isn't syncing or merging the changes like I hoped it would.
> It's behaving just like cp.
>
> Advice?
>
Use cvs.
Use rcs/sccs and nfs.
Use rcs/sccs and ssh... Keep the true sources in exactly one rcs/sccs
repository and only transfer checked out sources between working
directories and/or machines. Merge changes into rcs in the usual way
(e.g. scp to A then ssh to A and check/merge the changes).
-- ced
-- Chuck Dillon Senior Software Engineer NimbleGen Systems Inc.
- Previous message: Ted Timar: "Welcome to comp.unix.questions [Frequent posting]"
- In reply to: hendry: "Syncing a file"
- Next in thread: hendry: "Re: Syncing a file"
- Reply: hendry: "Re: Syncing a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|