From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7289: Tramp changes ownership of remote file when saving Date: Wed, 27 Oct 2010 09:53:55 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288188794 5851 80.91.229.12 (27 Oct 2010 14:13:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 14:13:14 +0000 (UTC) Cc: 7289@debbugs.gnu.org To: Jo Vermeulen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 27 16:13:11 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PB6kY-0001Xy-7R for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 16:13:10 +0200 Original-Received: from localhost ([127.0.0.1]:43195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB6kX-0002x5-If for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 10:13:09 -0400 Original-Received: from [140.186.70.92] (port=45316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB6kQ-0002wk-SM for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 10:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB6kP-0006Jn-Od for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 10:13:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB6kP-0006Jb-It for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 10:13:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PB6OB-0005SE-Tl; Wed, 27 Oct 2010 09:50:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Oct 2010 13:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7289 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7289-submit@debbugs.gnu.org id=B7289.128818739120957 (code B ref 7289); Wed, 27 Oct 2010 13:50:03 +0000 Original-Received: (at 7289) by debbugs.gnu.org; 27 Oct 2010 13:49:51 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PB6Nz-0005Ry-Mv for submit@debbugs.gnu.org; Wed, 27 Oct 2010 09:49:51 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PB6Ny-0005Rr-2Z for 7289@debbugs.gnu.org; Wed, 27 Oct 2010 09:49:50 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcKAJvLx0xFxL/T/2dsb2JhbACgWn5yvRWFSASSKg X-IronPort-AV: E=Sophos;i="4.58,246,1286164800"; d="scan'208";a="80814372" Original-Received: from 69-196-191-211.dsl.teksavvy.com (HELO pastel.home) ([69.196.191.211]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 27 Oct 2010 09:53:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id CDA55A8554; Wed, 27 Oct 2010 09:53:55 -0400 (EDT) In-Reply-To: (Jo Vermeulen's message of "Wed, 27 Oct 2010 12:46:11 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 27 Oct 2010 09:50:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41166 Archived-At: > When editing a remote file over SSH using tramp, emacs changes the ownership > of the file. I was logged in as root, and the file had ownership svn:svn. > After saving, however, emacs changed the ownership to root:root. The backup > file (filename~) did have the user/group settings however. What are your settings for backup-by-copying and backup-by-copying-when-mismatch? Stefan