<br><div class="gmail_quote">2012/4/15 Charles Lepple <span dir="ltr"><<a href="mailto:clepple@gmail.com">clepple@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Apr 12, 2012, at 11:18 PM, Charles Lepple wrote:<br>
<br>
> There's some logic in the SD_ADD case that I don't completely grok at this late hour, so I haven't attempted a patch yet. If you would like me to take a stab at it, let me know how what would be least intrusive. I'm thinking that the property stuff moves up to where SD_ADD is, in a check for SD_ADD || SD_CHANGE, then move the svn_nobranch logic into an 'if' statement one level down from that.<br>

<br>
</div>I started to look into this, and noticed the 'compare' rule in the Makefile in nut-conversion. I just pushed a commit to the cfl-mods branch to compare .gitignore with what git-svn creates, and I ran across another corner case where it looks like .gitignore files are not being deleted after a directory is deleted.<br>

<br>
I'm not entirely sure what's going on with scripts/python/module/PyNUTClient.py</blockquote><div><br>this one was renamed to the more generic 'PyNUT.py' (r1716), but during the parent directory rename.<br>
see below for details, since it's the same issue.<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> or scripts/udev/<a href="http://nut-usbups.hotplug.in" target="_blank">nut-usbups.hotplug.in</a> in the attached diff, though.<br>
</blockquote><div><br>was some preliminary udev support, through hotplug legacy compat, removed in r694:<br><a href="http://trac.networkupstools.org/projects/nut/changeset/694">http://trac.networkupstools.org/projects/nut/changeset/694</a><br>
<br>the conversion rule was fooled because of parent directory renaming+file removal in the same commit.<br>For ex in r694: "trunk/<span class="il">scripts</span>/<span class="il">udev</span>/" (parent dir) being "copied from r693" to "trunk/<span class="il">scripts</span>/<span class="il">hotplug</span>-ng/"<br>
and at the same time removing "trunk/<span class="il">scripts</span>/<span class="il">udev</span>/<a href="http://nut-usbups.hotplug.in/" target="_blank"><span class="il">nut</span>-<span class="il">usbups</span>.<span class="il">hotplug</span>.<span class="il">in</span></a>"<br>
<br>note that the commit list log gives a better visibility than Trac changeset<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="HOEnZb">
<div class="h5">
> <a href="https://gitorious.org/%7Eclepple/reposurgeon/clepple-nut-conversion/commits/cfl-mods" target="_blank">https://gitorious.org/~clepple/reposurgeon/clepple-nut-conversion/commits/cfl-mods</a> (mostly debugging changes to the configuration, but some new items in nut.box)<br>
</div></div></blockquote><div><br>nice, still on the road to git ;-)<br>how far, according to you, from the migration target?<br><br>cheers,<br>Arno<br>
</div></div>