<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew Draper escribió:<br>
Hi!<br>
<blockquote cite="mid:1191972768.10670.4.camel@oscar.trebex.net"
type="cite">
<blockquote type="cite">
<pre wrap="">So? it is impossible to split a commit to a local svk before it is sent
to a remote svn?
is it plain impossible? (completly against svk? or could skv be tweaked
easly to do it?)
</pre>
</blockquote>
<pre wrap=""><!---->
The "easiest" way I can think of to achieve what you want would be the
following:
1. Apply the reverse of the commit in question (merge -c -123) to your
local branch
</pre>
</blockquote>
<br>
Can I do that to the local branch? (the fact that I am using SVN and
not SVK to access it doesn't prevent me from reversing commits? if I
made several commits... do I have to reverse them all one by one? or
can I reverse to a particular commit in the past in a "single shot" ?)<br>
<br>
<blockquote cite="mid:1191972768.10670.4.camel@oscar.trebex.net"
type="cite">
<pre wrap="">2. Lump-push your branch (which should have zero net effect)
</pre>
</blockquote>
By Lump-push you mean: svk push --lump ? why should I do it if it will
have a "zero net effect" (that sounds like it does nothing)<br>
<br>
<blockquote cite="mid:1191972768.10670.4.camel@oscar.trebex.net"
type="cite">
<pre wrap="">3. Apply the commit to a local checkout (merge -c 123)
</pre>
</blockquote>
Gulp... I have to admit I am not that experienced in SVK... by now I am
lost...<br>
<blockquote cite="mid:1191972768.10670.4.camel@oscar.trebex.net"
type="cite">
<pre wrap="">4. Commit the files separately, as required
5. Push normally
Hope that helps,
</pre>
</blockquote>
Thanks!, I am hoping that too... maybe I am asking for too much but...
could you explain me how to do this with example commands? currently I
am following the instructions in "<a
href="http://svk.bestpractical.com/view/UsingSVKAsARepositoryMirroringSystem">Using
SVK as a repository mirroring system</a>"... what should I do different
to follow your instructions?<br>
Thanks again...<br>
Regards<br>
Francisco<br>
<blockquote cite="mid:1191972768.10670.4.camel@oscar.trebex.net"
type="cite">
<pre wrap="">
Matthew
</pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
svk-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:svk-devel@bestpractical.com">svk-devel@bestpractical.com</a>
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>