<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.orcaware.com/svn/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kranthipolsani</id>
	<title>SubversionWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.orcaware.com/svn/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kranthipolsani"/>
	<link rel="alternate" type="text/html" href="https://www.orcaware.com/svn/wiki/Special:Contributions/Kranthipolsani"/>
	<updated>2026-04-08T10:35:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.orcaware.com/svn/mediawiki/index.php?title=Talk:Main_Page&amp;diff=1752</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.orcaware.com/svn/mediawiki/index.php?title=Talk:Main_Page&amp;diff=1752"/>
		<updated>2008-07-27T23:36:51Z</updated>

		<summary type="html">&lt;p&gt;Kranthipolsani: Modify dump file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Modify dump file ==&lt;br /&gt;
&lt;br /&gt;
Hi Guys,&lt;br /&gt;
Try imagining the repository structure by the following&lt;br /&gt;
&amp;quot;svn://localhost/Hardware/Circuits/trunk&amp;quot;&lt;br /&gt;
&amp;quot;svn://localhost/Hardware/Circuits/tags&amp;quot;&lt;br /&gt;
&amp;quot;svn://localhost/Hardware/Circuits/branches&amp;quot;.&lt;br /&gt;
While getting the dump of the repo i want the dump to be in such a way that if it is loaded into new repository it should have directories &amp;quot;trunk, tags, and branches&amp;quot; at the root. &lt;br /&gt;
And i dont want the directories &amp;quot;Circuits&amp;quot; in the new repository. &lt;br /&gt;
I modified the dump file changing the &amp;quot;Node-path&amp;quot; and &amp;quot;Node-copyfrom-path&amp;quot; but when i tried to load the dump file it says &amp;quot;Checksum error&amp;quot;. It was expecting some checksum value for the file but the actual checksum was different.&lt;br /&gt;
Then i thought of changing content of the dump file before it was written.&lt;br /&gt;
Below is the script i wrote:&lt;br /&gt;
$ svnadmin dump C:/\svn_repository/\Hardware | svndumpfilter include /Circuits/&lt;br /&gt;
trunk | sed -e &amp;quot;s/Node-path: Circuits\/trunk/Node-path: trunk/g&amp;quot; | sed -e &amp;quot;s/Node-copyfrom-path: Circuits\/trunk/Nod​e-copyfrom-path: trunk/g&amp;quot; &amp;gt; hardwarecircui&lt;br /&gt;
ts.dmp&lt;br /&gt;
Even then i was not able to solve the checksum error issue.&lt;br /&gt;
I would appreciate any help. Hope to hear from you soon.&lt;br /&gt;
Regards&lt;br /&gt;
Kranthi&lt;/div&gt;</summary>
		<author><name>Kranthipolsani</name></author>
	</entry>
</feed>