From: Eric Wong <normalperson@yhbt.net>
To: Seth Falcon <sethfalcon@gmail.com>
Cc: git <git@vger.kernel.org>
Subject: Re: git-svn added files to my commit?!
Date: Wed, 9 Aug 2006 06:16:50 -0700 [thread overview]
Message-ID: <20060809131649.GA3152@localdomain> (raw)
In-Reply-To: <m2fygazbdc.fsf@gmail.com>
Sorry for the delayed response; and furthermore, I've barely slept the
past few days, so don't expect full coherency.
Seth Falcon <sethfalcon@gmail.com> wrote:
> [cc'ing the list in case others are seeing similar, etc]
>
> I think this is related to git-svn eol handling.
It is... git-svn is issuing 'svn revert' before running 'svn up' which
means it's changing newlines between git commits.
I can't remember exactly why manual eol handling was needed in git-svn,
but I think it had to do with disabling keyword expansion and copying
from the original text-base files. Of course, the 'svn revert' command
is there for a reason, too (looking at the comment in git-svn).
Perhaps getting rid of keyword killing and accepting expansions with the
command-line client is the simplest and safest way to go.
I've been using the SVN:: libraries exclusively for a while now and all
seems well, save for initial checkouts or big commits which are
significantly slower in some cases (I think using SVN::Delta for
downloads should fix this).
--
Eric Wong
next prev parent reply other threads:[~2006-08-09 13:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <m2vep7yqzh.fsf@gmail.com>
[not found] ` <20060805211337.GA31264@hand.yhbt.net>
2006-08-06 5:22 ` git-svn added files to my commit?! Seth Falcon
2006-08-09 13:16 ` Eric Wong [this message]
2006-08-11 11:34 ` [PATCH] git-svn: correctly kill keyword expansion without munging EOLs Eric Wong
2006-08-11 18:18 ` git-svn added files to my commit?! Eric Wong
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=20060809131649.GA3152@localdomain \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=sethfalcon@gmail.com \
/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.
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 NNTP newsgroup(s).