<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Subversion: Export changed Files in a revision range</title>
	<atom:link href="http://rocksun.cn/svnchanged-export/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocksun.cn/svnchanged-export/</link>
	<description>Blogger's Blog</description>
	<lastBuildDate>Thu, 26 Aug 2010 05:31:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vitor Almeida</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40715</link>
		<dc:creator>Vitor Almeida</dc:creator>
		<pubDate>Wed, 12 May 2010 15:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40715</guid>
		<description>@rocksun
u can delete duplicated post pls..
I can install on dh yes... i have this tuto http://wiki.dreamhost.com/Python#Virtualenv

but i dont have expertise to do that.. but i can try..

im thinking, if the msg error is the same of reported in your link.. u think the problem is with python version ??</description>
		<content:encoded><![CDATA[<p>@rocksun<br />
u can delete duplicated post pls..<br />
I can install on dh yes&#8230; i have this tuto <a href="http://wiki.dreamhost.com/Python#Virtualenv" rel="nofollow">http://wiki.dreamhost.com/Python#Virtualenv</a></p>
<p>but i dont have expertise to do that.. but i can try..</p>
<p>im thinking, if the msg error is the same of reported in your link.. u think the problem is with python version ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocksun</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40714</link>
		<dc:creator>rocksun</dc:creator>
		<pubDate>Wed, 12 May 2010 15:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40714</guid>
		<description>@Vitor Almeida

I have not test it with python 2.4.
Could you install a python 2.6 on dreamhost?</description>
		<content:encoded><![CDATA[<p>@Vitor Almeida</p>
<p>I have not test it with python 2.4.<br />
Could you install a python 2.6 on dreamhost?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Almeida</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40713</link>
		<dc:creator>Vitor Almeida</dc:creator>
		<pubDate>Wed, 12 May 2010 15:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40713</guid>
		<description>continue..

i tried too with and without trainling slashes as i read in your link...
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk dist 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk dist/ 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk/ dist 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk/ dist/ 

and the output is the same 

python: /mnt/host/home/absurd/src/debian/etch-bpo/subversion/subversion-1.5.1dfsg1/subversion/libsvn_subr/path.c:350: svn_path_remove_component: Assertion `is_canonical(path-&gt;data, path-&gt;len)’ failed.
Aborted</description>
		<content:encoded><![CDATA[<p>continue..</p>
<p>i tried too with and without trainling slashes as i read in your link&#8230;<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk" rel="nofollow">http://svn.domain.com/project/trunk</a> dist<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk" rel="nofollow">http://svn.domain.com/project/trunk</a> dist/<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk/" rel="nofollow">http://svn.domain.com/project/trunk/</a> dist<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk/" rel="nofollow">http://svn.domain.com/project/trunk/</a> dist/ </p>
<p>and the output is the same </p>
<p>python: /mnt/host/home/absurd/src/debian/etch-bpo/subversion/subversion-1.5.1dfsg1/subversion/libsvn_subr/path.c:350: svn_path_remove_component: Assertion `is_canonical(path-&gt;data, path-&gt;len)’ failed.<br />
Aborted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Almeida</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40712</link>
		<dc:creator>Vitor Almeida</dc:creator>
		<pubDate>Wed, 12 May 2010 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40712</guid>
		<description>continue...

i tried too with and without trainling slashes as i read in your link...
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk dist 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk dist/ 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk/ dist 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project/trunk/ dist/ 

and the output is the same 

python: /mnt/host/home/absurd/src/debian/etch-bpo/subversion/subversion-1.5.1dfsg1/subversion/libsvn_subr/path.c:350: svn_path_remove_component: Assertion `is_canonical(path-&gt;data, path-&gt;len)’ failed.
Aborted</description>
		<content:encoded><![CDATA[<p>continue&#8230;</p>
<p>i tried too with and without trainling slashes as i read in your link&#8230;<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk" rel="nofollow">http://svn.domain.com/project/trunk</a> dist<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk" rel="nofollow">http://svn.domain.com/project/trunk</a> dist/<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk/" rel="nofollow">http://svn.domain.com/project/trunk/</a> dist<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project/trunk/" rel="nofollow">http://svn.domain.com/project/trunk/</a> dist/ </p>
<p>and the output is the same </p>
<p>python: /mnt/host/home/absurd/src/debian/etch-bpo/subversion/subversion-1.5.1dfsg1/subversion/libsvn_subr/path.c:350: svn_path_remove_component: Assertion `is_canonical(path-&gt;data, path-&gt;len)’ failed.<br />
Aborted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Almeida</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40711</link>
		<dc:creator>Vitor Almeida</dc:creator>
		<pubDate>Wed, 12 May 2010 14:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40711</guid>
		<description>@rocksun
your script rocks !! its will save my life too... but im not familiar with python and shell commands.. try to help me :)


i tried 
$ python /home/user/domain.com/teste.py -r 42:HEAD http://svn.domain.com/project dist 
- output
UTF-8
http://svn.domain.com/project/dist
- receive 
  File &quot;/home/user/domain.com/teste.py&quot;, line 88, in ?
    summary = client.diff_summarize(url, revision_min, url, revision_max)
pysvn._pysvn.ClientError: Path &#039;http://svn.domain.com/project/&#039; is not canonicalized; there is a problem with the client.</description>
		<content:encoded><![CDATA[<p>@rocksun<br />
your script rocks !! its will save my life too&#8230; but im not familiar with python and shell commands.. try to help me :)</p>
<p>i tried<br />
$ python /home/user/domain.com/teste.py -r 42:HEAD <a href="http://svn.domain.com/project" rel="nofollow">http://svn.domain.com/project</a> dist<br />
- output<br />
UTF-8<br />
<a href="http://svn.domain.com/project/dist" rel="nofollow">http://svn.domain.com/project/dist</a><br />
- receive<br />
  File &#8220;/home/user/domain.com/teste.py&#8221;, line 88, in ?<br />
    summary = client.diff_summarize(url, revision_min, url, revision_max)<br />
pysvn._pysvn.ClientError: Path &#8216;http://svn.domain.com/project/&#8217; is not canonicalized; there is a problem with the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocksun</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40708</link>
		<dc:creator>rocksun</dc:creator>
		<pubDate>Wed, 12 May 2010 01:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40708</guid>
		<description>@Vitor Almeida

http://us.generation-nt.com/bug-320755-rapidsvn-assertion-canonical-path-data-path-len-failed-help-166012621.html

I think you can try it.</description>
		<content:encoded><![CDATA[<p>@Vitor Almeida</p>
<p><a href="http://us.generation-nt.com/bug-320755-rapidsvn-assertion-canonical-path-data-path-len-failed-help-166012621.html" rel="nofollow">http://us.generation-nt.com/bug-320755-rapidsvn-assertion-canonical-path-data-path-len-failed-help-166012621.html</a></p>
<p>I think you can try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Almeida</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40707</link>
		<dc:creator>Vitor Almeida</dc:creator>
		<pubDate>Tue, 11 May 2010 22:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40707</guid>
		<description>Hello, i have some problems with urlparse in dreamhost, but i used this way, replacing right vars:
    scheme = urlObject[0];
    netloc = urlObject[1];
    path = urlObject[2];

after this problem solved i got other:

python: /mnt/host/home/absurd/src/debian/etch-bpo/subversion/subversion-1.5.1dfsg1/subversion/libsvn_subr/path.c:350: svn_path_remove_component: Assertion `is_canonical(path-&gt;data, path-&gt;len)&#039; failed.
Aborted

By default, DreamHost uses Python 2.4.4. 

I used follow command line in shell:
python /home/user/domain.com/teste.py -u username -p password -r 40:HEAD http://svn.domain.com/project/trunk/ /home/user/domain.com/</description>
		<content:encoded><![CDATA[<p>Hello, i have some problems with urlparse in dreamhost, but i used this way, replacing right vars:<br />
    scheme = urlObject[0];<br />
    netloc = urlObject[1];<br />
    path = urlObject[2];</p>
<p>after this problem solved i got other:</p>
<p>python: /mnt/host/home/absurd/src/debian/etch-bpo/subversion/subversion-1.5.1dfsg1/subversion/libsvn_subr/path.c:350: svn_path_remove_component: Assertion `is_canonical(path-&gt;data, path-&gt;len)&#8217; failed.<br />
Aborted</p>
<p>By default, DreamHost uses Python 2.4.4. </p>
<p>I used follow command line in shell:<br />
python /home/user/domain.com/teste.py -u username -p password -r 40:HEAD <a href="http://svn.domain.com/project/trunk/" rel="nofollow">http://svn.domain.com/project/trunk/</a> /home/user/domain.com/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tricker</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40699</link>
		<dc:creator>tricker</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40699</guid>
		<description>your script saved my life.   thank you!</description>
		<content:encoded><![CDATA[<p>your script saved my life.   thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocksun</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40693</link>
		<dc:creator>rocksun</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40693</guid>
		<description>@Marcin 

Happy to know.</description>
		<content:encoded><![CDATA[<p>@Marcin </p>
<p>Happy to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://rocksun.cn/svnchanged-export/comment-page-1/#comment-40691</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://rocksun.cn/?p=360#comment-40691</guid>
		<description>Great software, easy to install and really works.</description>
		<content:encoded><![CDATA[<p>Great software, easy to install and really works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
