* "Auto" version control.
@ 2004-08-02 18:02 artist
2004-08-07 16:52 ` Kai Grossjohann
0 siblings, 1 reply; 2+ messages in thread
From: artist @ 2004-08-02 18:02 UTC (permalink / raw)
Hi,
I have serverA and serverB.
serverA pushes same type of file(s) to serverB daily.
How do serverB can maintain version control of the above mentioned
file(s). using emacs.
Thanks.!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "Auto" version control.
2004-08-02 18:02 "Auto" version control artist
@ 2004-08-07 16:52 ` Kai Grossjohann
0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-08-07 16:52 UTC (permalink / raw)
aartist@gmail.com (artist) writes:
> I have serverA and serverB.
> serverA pushes same type of file(s) to serverB daily.
>
> How do serverB can maintain version control of the above mentioned
> file(s). using emacs.
I've marked this message as unread several times now, to give me the
ability to come back to it again to reread it.
Alas, this hasn't helped: I still don't understand what you are trying
to do.
What you could do is to have serverB pull the file. Then you can
write a shell script which does the following:
co -l /the/file
rsync the_server:/servers/file /the/file
ci -u -m'Todays changes' /the/file
You run this shell script on server B.
But for some reason I think this is not what you're looking for.
Kai
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-07 16:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-02 18:02 "Auto" version control artist
2004-08-07 16:52 ` Kai Grossjohann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).