From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: "Auto" version control.
Date: Sat, 07 Aug 2004 18:52:01 +0200 [thread overview]
Message-ID: <86isbuzya6.fsf@ketchup.de.uu.net> (raw)
In-Reply-To: de397ed9.0408021002.61a82331@posting.google.com
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
prev parent reply other threads:[~2004-08-07 16:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-02 18:02 "Auto" version control artist
2004-08-07 16:52 ` Kai Grossjohann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86isbuzya6.fsf@ketchup.de.uu.net \
--to=kai@emptydomain.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.