* question re dcommit problem
@ 2009-01-30 0:14 David Mann
2009-01-30 8:42 ` Nico -telmich- Schottelius
0 siblings, 1 reply; 3+ messages in thread
From: David Mann @ 2009-01-30 0:14 UTC (permalink / raw)
To: git
I created a git repository from my svn repository, later uploaded it to
GitHub, and after some branching and merging, can no longer dcommit back
to the svn repository. I notice that somewhere along the way the
git-svn-id: messages no longer appear on my master branch. When I try
to git svn dcommit I get weird messages like this:
mannd@SuperSluggo:~/dev/git/epsimulator> git svn dcommit
Committing to
https://epsimulator.svn.sourceforge.net/svnroot/epsimulator/epsimulator/trunk
...
Filesystem has no item: File not found: transaction '435-24', path
'/epsimulator/trunk/epsimulator.kdevses' at
/home/mannd/libexec/git-core/git-svn line 480
Any way to fix this? If not, I will just abandon SVN and stick with
git, which I really enjoy using.
Thanks,
David Mann
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: question re dcommit problem
2009-01-30 0:14 question re dcommit problem David Mann
@ 2009-01-30 8:42 ` Nico -telmich- Schottelius
2009-01-30 21:43 ` Thomas Rast
0 siblings, 1 reply; 3+ messages in thread
From: Nico -telmich- Schottelius @ 2009-01-30 8:42 UTC (permalink / raw)
To: David Mann; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 539 bytes --]
David Mann [Thu, Jan 29, 2009 at 07:14:08PM -0500]:
> I created a git repository from my svn repository, later uploaded it to
> GitHub, and after some branching and merging, can no longer dcommit back
> to the svn repository. [...]
Iirc git svn does not support merges. You've to use git rebase or
update through the svn server.
Sincerly,
Nico
--
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/
PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: question re dcommit problem
2009-01-30 8:42 ` Nico -telmich- Schottelius
@ 2009-01-30 21:43 ` Thomas Rast
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Rast @ 2009-01-30 21:43 UTC (permalink / raw)
To: Nico -telmich- Schottelius; +Cc: David Mann, git
[-- Attachment #1: Type: text/plain, Size: 828 bytes --]
Nico -telmich- Schottelius wrote:
> David Mann [Thu, Jan 29, 2009 at 07:14:08PM -0500]:
> > I created a git repository from my svn repository, later uploaded it to
> > GitHub, and after some branching and merging, can no longer dcommit back
> > to the svn repository. [...]
>
> Iirc git svn does not support merges. You've to use git rebase or
> update through the svn server.
It does support them on the git side. To SVN, the merge should look
like the squashed result (along the first-parent line). On your local
git end, it should rebase the merge (to allow for git-svn-id) but
preserve parents, thus keeping history.
However, it is very important that the SVN line of history is always
reachable along the first-parent line. David, did you ensure that?
--
Thomas Rast
trast@{inf,student}.ethz.ch
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-30 22:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 0:14 question re dcommit problem David Mann
2009-01-30 8:42 ` Nico -telmich- Schottelius
2009-01-30 21:43 ` Thomas Rast
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).