<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-10547</id>
	<title>Nabble - Tigris - SCM</title>
	<updated>2009-12-04T10:34:56Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Tigris---SCM-f10547.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tigris---SCM-f10547.html" />
	<subtitle type="html">Software configuration management tools. Tigris - SCM home is &lt;a href=&quot;http://scm.tigris.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26636368</id>
	<title>doLog performance</title>
	<published>2009-12-04T10:34:56Z</published>
	<updated>2009-12-04T10:34:56Z</updated>
	<author>
		<name>mkitezr</name>
	</author>
	<content type="html">&lt;br&gt;I have a large log entry from a commit restructure/move of about 3000 files. The commit was done in one large commit. Now attempting to retrieve history causes an SVNException timeout. Essentially all I am looking for is a change history for a file with rev, message, and following old paths. Is there a way to just retrieve the necessary information quickly? 
&lt;br&gt;&lt;br&gt;I think a couple of operations on LookClient would work but they are server side. I tried the cli svnlook on the repository and they can work quickly with some flags. 
&lt;br&gt;&lt;br&gt;Here is the code I am trying from the repository object. I also tried the LogClient but both timeout.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; repo.log(new String[] { path }, startRev, endRev, false, true, new ISVNLogEntryHandler() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void handleLogEntry(SVNLogEntry logEntry) throws SVNException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Logger.getLogger(getClass().getName()).log(Level.INFO, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; &amp;nbsp; &amp;nbsp;path=&amp;quot;+path+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; &amp;nbsp; &amp;nbsp;entry=r&amp;quot;+logEntry.getRevision()+&amp;quot; &amp;quot;+logEntry.getMessage());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LogTableModel.this.handleLogEntry(logEntry);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SVNKit---Users-f18684.html&quot; embed=&quot;fixTarget[18684]&quot; target=&quot;_top&quot; &gt;SVNKit - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/doLog-performance-tp26636368p26636368.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635773</id>
	<title>Re: Change in the TSVN code is not Reflected.</title>
	<published>2009-12-03T21:54:53Z</published>
	<updated>2009-12-03T21:54:53Z</updated>
	<author>
		<name>SVram</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Stefan Küng wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&amp;gt;If you want to debug TortoiseProc, you should not attach your debugger 
&lt;br&gt;&amp;gt;to a running instance you started from explorer but just run a new 
&lt;br&gt;&amp;gt;instance in the debugger.
&lt;br&gt;&amp;gt;Just put &amp;quot;/command:revisiongraph /path:&amp;quot;path\to\workingcopy&amp;quot; in the 
&lt;br&gt;&amp;gt;&amp;quot;command arguments&amp;quot; box in the debug page of VS.
&lt;br&gt;&lt;br&gt;&amp;gt;Stefan
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Thanks again. I could trace out any command's flow now. :) 
&lt;br&gt;&lt;br&gt;Ram&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---dev-f10678.html&quot; embed=&quot;fixTarget[10678]&quot; target=&quot;_top&quot; &gt;tortoisesvn - dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-in-the-TSVN-code-is-not-Reflected.-tp26586896p26635773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636212</id>
	<title>[ANN] SVNKit 1.3.2 (GA) is available.</title>
	<published>2009-12-03T16:49:45Z</published>
	<updated>2009-12-03T16:49:45Z</updated>
	<author>
		<name>Alexander Sinyushkin</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;We are glad to announce that SVNKit 1.3.2 has been published and
&lt;br&gt;available for download at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;web site.
&lt;br&gt;&lt;br&gt;SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
&lt;br&gt;access and manipulate Subversion working copies and Subversion
&lt;br&gt;repositories. You may find more information, documentation and source
&lt;br&gt;code examples at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit 1.3.2 supports virtually all Subversion 1.6.6 features. Also,
&lt;br&gt;we make sure that all native Subversion tests pass when ran against
&lt;br&gt;SVNKit and that is more than 2500 tests in total.
&lt;br&gt;&lt;br&gt;SVNKit uses SQLJet - our new project that we use to work with SQLite
&lt;br&gt;databases.
&lt;br&gt;To learn more on SQLJet, please visit its home page at &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;New in version 1.3.2 (since version 1.3.1):
&lt;br&gt;&lt;br&gt;+ Changes made in Subversion since version 1.6.5 implemented,
&lt;br&gt;&amp;nbsp;all Subversion 1.6.6 features are supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Negotiate authorization mechanism was not used when multiple
&lt;br&gt;authorization
&lt;br&gt;&amp;nbsp; &amp;nbsp; schemes were offered to client by server.
&lt;br&gt;&amp;nbsp; * SQLJet library upgraded to version 1.0.1.
&lt;br&gt;&amp;nbsp; * JNA library upgraded to version 3.2.3.
&lt;br&gt;&lt;br&gt;+ Bugfixes and performance improvements.
&lt;br&gt;&lt;br&gt;&lt;br&gt;You're welcome to download and use SVNKit 1.3.2. We'll be glad to
&lt;br&gt;provide help and support for the new version in our mailing list or by
&lt;br&gt;email (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636212&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Useful links (more at &lt;a href=&quot;http://svnkit.com/):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/):&lt;/a&gt;&lt;br&gt;&lt;br&gt;* SVNKit Continuous Integration Server: &lt;a href=&quot;https://teamcity.svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://teamcity.svnkit.com/&lt;/a&gt;&lt;br&gt;* SVNKit Source Code Repository: &lt;a href=&quot;http://svn.svnkit.com/repos/svnkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.svnkit.com/repos/svnkit/&lt;/a&gt;&lt;br&gt;* SVNKit Update Site (for Eclipse): &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;* SVNKit Mailing List: &lt;a href=&quot;http://www.nabble.com/SVNKit---Users-f18684.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/SVNKit---Users-f18684.html&lt;/a&gt;&lt;br&gt;* SVNKit/SQLJet Maven Repository: &lt;a href=&quot;http://maven.svnkit.com/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.svnkit.com/maven2/&lt;/a&gt;&lt;br&gt;* Central Maven Repository: &lt;a href=&quot;http://repo2.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo2.maven.org/maven2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;Maven dependency details.
&lt;br&gt;&lt;br&gt;SVNKit:
&lt;br&gt;&lt;br&gt;With JNA version 3.2.3 dependency which is not in the Maven central yet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2
&lt;br&gt;&lt;br&gt;With JNA version 3.2.2 dependency:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2-1
&lt;br&gt;&lt;br&gt;&lt;br&gt;SQLJet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.sqljet
&lt;br&gt;Artifact ID: sqljet
&lt;br&gt;Version: 1.0.1
&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;There are also JNA and Trilead maven artifacts in our repository.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note for Eclipse (Subclipse) users:
&lt;br&gt;&lt;br&gt;Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
&lt;br&gt;1.6.x users) are strongly advised to update SVNKit with the help of
&lt;br&gt;SVNKit update site: &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
&lt;br&gt;recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
&lt;br&gt;&lt;br&gt;The best available version of SVNKit is 1.3.2.6267 (that is 1.3.2 GA).
&lt;br&gt;&lt;br&gt;In case you experience problems with updating existing SVNKit version
&lt;br&gt;from within Eclipse, then deleting and creating update site again may
&lt;br&gt;help to resolve that problem (see Help | Software Updates | Available
&lt;br&gt;Updates | Manage Sites).
&lt;br&gt;&lt;br&gt;With best regards,
&lt;br&gt;SVNKit Development Team.
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Alexander Sinyushkin,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&amp;dsMessageId=2426871&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&amp;dsMessageId=2426871&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636212&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subclipse---dev-f10620.html&quot; embed=&quot;fixTarget[10620]&quot; target=&quot;_top&quot; &gt;subclipse - dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--SVNKit-1.3.2-%28GA%29-is-available.-tp26636212p26636212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636213</id>
	<title>[ANN] SVNKit 1.3.2 (GA) is available.</title>
	<published>2009-12-03T16:49:45Z</published>
	<updated>2009-12-03T16:49:45Z</updated>
	<author>
		<name>Alexander Sinyushkin</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;We are glad to announce that SVNKit 1.3.2 has been published and
&lt;br&gt;available for download at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;web site.
&lt;br&gt;&lt;br&gt;SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
&lt;br&gt;access and manipulate Subversion working copies and Subversion
&lt;br&gt;repositories. You may find more information, documentation and source
&lt;br&gt;code examples at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit 1.3.2 supports virtually all Subversion 1.6.6 features. Also,
&lt;br&gt;we make sure that all native Subversion tests pass when ran against
&lt;br&gt;SVNKit and that is more than 2500 tests in total.
&lt;br&gt;&lt;br&gt;SVNKit uses SQLJet - our new project that we use to work with SQLite
&lt;br&gt;databases.
&lt;br&gt;To learn more on SQLJet, please visit its home page at &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;New in version 1.3.2 (since version 1.3.1):
&lt;br&gt;&lt;br&gt;+ Changes made in Subversion since version 1.6.5 implemented,
&lt;br&gt;&amp;nbsp;all Subversion 1.6.6 features are supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Negotiate authorization mechanism was not used when multiple
&lt;br&gt;authorization
&lt;br&gt;&amp;nbsp; &amp;nbsp; schemes were offered to client by server.
&lt;br&gt;&amp;nbsp; * SQLJet library upgraded to version 1.0.1.
&lt;br&gt;&amp;nbsp; * JNA library upgraded to version 3.2.3.
&lt;br&gt;&lt;br&gt;+ Bugfixes and performance improvements.
&lt;br&gt;&lt;br&gt;&lt;br&gt;You're welcome to download and use SVNKit 1.3.2. We'll be glad to
&lt;br&gt;provide help and support for the new version in our mailing list or by
&lt;br&gt;email (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636213&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Useful links (more at &lt;a href=&quot;http://svnkit.com/):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/):&lt;/a&gt;&lt;br&gt;&lt;br&gt;* SVNKit Continuous Integration Server: &lt;a href=&quot;https://teamcity.svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://teamcity.svnkit.com/&lt;/a&gt;&lt;br&gt;* SVNKit Source Code Repository: &lt;a href=&quot;http://svn.svnkit.com/repos/svnkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.svnkit.com/repos/svnkit/&lt;/a&gt;&lt;br&gt;* SVNKit Update Site (for Eclipse): &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;* SVNKit Mailing List: &lt;a href=&quot;http://www.nabble.com/SVNKit---Users-f18684.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/SVNKit---Users-f18684.html&lt;/a&gt;&lt;br&gt;* SVNKit/SQLJet Maven Repository: &lt;a href=&quot;http://maven.svnkit.com/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.svnkit.com/maven2/&lt;/a&gt;&lt;br&gt;* Central Maven Repository: &lt;a href=&quot;http://repo2.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo2.maven.org/maven2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;Maven dependency details.
&lt;br&gt;&lt;br&gt;SVNKit:
&lt;br&gt;&lt;br&gt;With JNA version 3.2.3 dependency which is not in the Maven central yet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2
&lt;br&gt;&lt;br&gt;With JNA version 3.2.2 dependency:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2-1
&lt;br&gt;&lt;br&gt;&lt;br&gt;SQLJet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.sqljet
&lt;br&gt;Artifact ID: sqljet
&lt;br&gt;Version: 1.0.1
&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;There are also JNA and Trilead maven artifacts in our repository.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note for Eclipse (Subclipse) users:
&lt;br&gt;&lt;br&gt;Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
&lt;br&gt;1.6.x users) are strongly advised to update SVNKit with the help of
&lt;br&gt;SVNKit update site: &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
&lt;br&gt;recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
&lt;br&gt;&lt;br&gt;The best available version of SVNKit is 1.3.2.6267 (that is 1.3.2 GA).
&lt;br&gt;&lt;br&gt;In case you experience problems with updating existing SVNKit version
&lt;br&gt;from within Eclipse, then deleting and creating update site again may
&lt;br&gt;help to resolve that problem (see Help | Software Updates | Available
&lt;br&gt;Updates | Manage Sites).
&lt;br&gt;&lt;br&gt;With best regards,
&lt;br&gt;SVNKit Development Team.
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Alexander Sinyushkin,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2426870&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2426870&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636213&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subclipse---users-f10619.html&quot; embed=&quot;fixTarget[10619]&quot; target=&quot;_top&quot; &gt;subclipse - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--SVNKit-1.3.2-%28GA%29-is-available.-tp26636213p26636213.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636202</id>
	<title>[ANN] SVNKit 1.3.2 (GA) is available.</title>
	<published>2009-12-03T16:49:45Z</published>
	<updated>2009-12-03T16:49:45Z</updated>
	<author>
		<name>Alexander Sinyushkin</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;We are glad to announce that SVNKit 1.3.2 has been published and
&lt;br&gt;available for download at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;web site.
&lt;br&gt;&lt;br&gt;SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
&lt;br&gt;access and manipulate Subversion working copies and Subversion
&lt;br&gt;repositories. You may find more information, documentation and source
&lt;br&gt;code examples at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit 1.3.2 supports virtually all Subversion 1.6.6 features. Also,
&lt;br&gt;we make sure that all native Subversion tests pass when ran against
&lt;br&gt;SVNKit and that is more than 2500 tests in total.
&lt;br&gt;&lt;br&gt;SVNKit uses SQLJet - our new project that we use to work with SQLite
&lt;br&gt;databases.
&lt;br&gt;To learn more on SQLJet, please visit its home page at &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;New in version 1.3.2 (since version 1.3.1):
&lt;br&gt;&lt;br&gt;+ Changes made in Subversion since version 1.6.5 implemented,
&lt;br&gt;&amp;nbsp;all Subversion 1.6.6 features are supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Negotiate authorization mechanism was not used when multiple
&lt;br&gt;authorization
&lt;br&gt;&amp;nbsp; &amp;nbsp; schemes were offered to client by server.
&lt;br&gt;&amp;nbsp; * SQLJet library upgraded to version 1.0.1.
&lt;br&gt;&amp;nbsp; * JNA library upgraded to version 3.2.3.
&lt;br&gt;&lt;br&gt;+ Bugfixes and performance improvements.
&lt;br&gt;&lt;br&gt;&lt;br&gt;You're welcome to download and use SVNKit 1.3.2. We'll be glad to
&lt;br&gt;provide help and support for the new version in our mailing list or by
&lt;br&gt;email (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636202&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Useful links (more at &lt;a href=&quot;http://svnkit.com/):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/):&lt;/a&gt;&lt;br&gt;&lt;br&gt;* SVNKit Continuous Integration Server: &lt;a href=&quot;https://teamcity.svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://teamcity.svnkit.com/&lt;/a&gt;&lt;br&gt;* SVNKit Source Code Repository: &lt;a href=&quot;http://svn.svnkit.com/repos/svnkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.svnkit.com/repos/svnkit/&lt;/a&gt;&lt;br&gt;* SVNKit Update Site (for Eclipse): &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;* SVNKit Mailing List: &lt;a href=&quot;http://www.nabble.com/SVNKit---Users-f18684.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/SVNKit---Users-f18684.html&lt;/a&gt;&lt;br&gt;* SVNKit/SQLJet Maven Repository: &lt;a href=&quot;http://maven.svnkit.com/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.svnkit.com/maven2/&lt;/a&gt;&lt;br&gt;* Central Maven Repository: &lt;a href=&quot;http://repo2.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo2.maven.org/maven2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;Maven dependency details.
&lt;br&gt;&lt;br&gt;SVNKit:
&lt;br&gt;&lt;br&gt;With JNA version 3.2.3 dependency which is not in the Maven central yet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2
&lt;br&gt;&lt;br&gt;With JNA version 3.2.2 dependency:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2-1
&lt;br&gt;&lt;br&gt;&lt;br&gt;SQLJet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.sqljet
&lt;br&gt;Artifact ID: sqljet
&lt;br&gt;Version: 1.0.1
&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;There are also JNA and Trilead maven artifacts in our repository.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note for Eclipse (Subclipse) users:
&lt;br&gt;&lt;br&gt;Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
&lt;br&gt;1.6.x users) are strongly advised to update SVNKit with the help of
&lt;br&gt;SVNKit update site: &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
&lt;br&gt;recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
&lt;br&gt;&lt;br&gt;The best available version of SVNKit is 1.3.2.6267 (that is 1.3.2 GA).
&lt;br&gt;&lt;br&gt;In case you experience problems with updating existing SVNKit version
&lt;br&gt;from within Eclipse, then deleting and creating update site again may
&lt;br&gt;help to resolve that problem (see Help | Software Updates | Available
&lt;br&gt;Updates | Manage Sites).
&lt;br&gt;&lt;br&gt;With best regards,
&lt;br&gt;SVNKit Development Team.
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Alexander Sinyushkin,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636202&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svnkit-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636202&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svnkit-users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SVNKit---Users-f18684.html&quot; embed=&quot;fixTarget[18684]&quot; target=&quot;_top&quot; &gt;SVNKit - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--SVNKit-1.3.2-%28GA%29-is-available.-tp26636202p26636202.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636215</id>
	<title>[ANN] SVNKit 1.3.2 (GA) is available.</title>
	<published>2009-12-03T16:49:45Z</published>
	<updated>2009-12-03T16:49:45Z</updated>
	<author>
		<name>Alexander Sinyushkin</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;We are glad to announce that SVNKit 1.3.2 has been published and
&lt;br&gt;available for download at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;web site.
&lt;br&gt;&lt;br&gt;SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
&lt;br&gt;access and manipulate Subversion working copies and Subversion
&lt;br&gt;repositories. You may find more information, documentation and source
&lt;br&gt;code examples at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit 1.3.2 supports virtually all Subversion 1.6.6 features. Also,
&lt;br&gt;we make sure that all native Subversion tests pass when ran against
&lt;br&gt;SVNKit and that is more than 2500 tests in total.
&lt;br&gt;&lt;br&gt;SVNKit uses SQLJet - our new project that we use to work with SQLite
&lt;br&gt;databases.
&lt;br&gt;To learn more on SQLJet, please visit its home page at &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;New in version 1.3.2 (since version 1.3.1):
&lt;br&gt;&lt;br&gt;+ Changes made in Subversion since version 1.6.5 implemented,
&lt;br&gt;&amp;nbsp;all Subversion 1.6.6 features are supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Negotiate authorization mechanism was not used when multiple
&lt;br&gt;authorization
&lt;br&gt;&amp;nbsp; &amp;nbsp; schemes were offered to client by server.
&lt;br&gt;&amp;nbsp; * SQLJet library upgraded to version 1.0.1.
&lt;br&gt;&amp;nbsp; * JNA library upgraded to version 3.2.3.
&lt;br&gt;&lt;br&gt;+ Bugfixes and performance improvements.
&lt;br&gt;&lt;br&gt;&lt;br&gt;You're welcome to download and use SVNKit 1.3.2. We'll be glad to
&lt;br&gt;provide help and support for the new version in our mailing list or by
&lt;br&gt;email (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636215&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Useful links (more at &lt;a href=&quot;http://svnkit.com/):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/):&lt;/a&gt;&lt;br&gt;&lt;br&gt;* SVNKit Continuous Integration Server: &lt;a href=&quot;https://teamcity.svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://teamcity.svnkit.com/&lt;/a&gt;&lt;br&gt;* SVNKit Source Code Repository: &lt;a href=&quot;http://svn.svnkit.com/repos/svnkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.svnkit.com/repos/svnkit/&lt;/a&gt;&lt;br&gt;* SVNKit Update Site (for Eclipse): &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;* SVNKit Mailing List: &lt;a href=&quot;http://www.nabble.com/SVNKit---Users-f18684.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/SVNKit---Users-f18684.html&lt;/a&gt;&lt;br&gt;* SVNKit/SQLJet Maven Repository: &lt;a href=&quot;http://maven.svnkit.com/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.svnkit.com/maven2/&lt;/a&gt;&lt;br&gt;* Central Maven Repository: &lt;a href=&quot;http://repo2.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo2.maven.org/maven2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;Maven dependency details.
&lt;br&gt;&lt;br&gt;SVNKit:
&lt;br&gt;&lt;br&gt;With JNA version 3.2.3 dependency which is not in the Maven central yet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2
&lt;br&gt;&lt;br&gt;With JNA version 3.2.2 dependency:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2-1
&lt;br&gt;&lt;br&gt;&lt;br&gt;SQLJet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.sqljet
&lt;br&gt;Artifact ID: sqljet
&lt;br&gt;Version: 1.0.1
&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;There are also JNA and Trilead maven artifacts in our repository.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note for Eclipse (Subclipse) users:
&lt;br&gt;&lt;br&gt;Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
&lt;br&gt;1.6.x users) are strongly advised to update SVNKit with the help of
&lt;br&gt;SVNKit update site: &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
&lt;br&gt;recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
&lt;br&gt;&lt;br&gt;The best available version of SVNKit is 1.3.2.6267 (that is 1.3.2 GA).
&lt;br&gt;&lt;br&gt;In case you experience problems with updating existing SVNKit version
&lt;br&gt;from within Eclipse, then deleting and creating update site again may
&lt;br&gt;help to resolve that problem (see Help | Software Updates | Available
&lt;br&gt;Updates | Manage Sites).
&lt;br&gt;&lt;br&gt;With best regards,
&lt;br&gt;SVNKit Development Team.
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Alexander Sinyushkin,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426869&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426869&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636215&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636215&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Dev-f69.html&quot; embed=&quot;fixTarget[69]&quot; target=&quot;_top&quot; &gt;Subversion Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--SVNKit-1.3.2-%28GA%29-is-available.-tp26636215p26636215.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636146</id>
	<title>Re: [PATCH] gpg-agent support</title>
	<published>2009-12-03T16:45:33Z</published>
	<updated>2009-12-03T16:45:33Z</updated>
	<author>
		<name>Gavin Baumanis-4</name>
	</author>
	<content type="html">Hi Dan,
&lt;br&gt;&lt;br&gt;Just thought I would chase up you patch proposal and see if you're still working on it, or not?
&lt;br&gt;Also - While I might be stating the obvious, please do not hesitate to ask for any help you might need.
&lt;br&gt;&lt;br&gt;Gavin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 26/11/2009, at 23:55 , Philip Martin wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dan Engel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dengel@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks for the comments, Philip.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; So, what's the protocol? Do I fix things up per suggestions, re-diff
&lt;br&gt;&amp;gt;&amp;gt; against the (by then) latest trunk, and re-submit?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, please.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Philip
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2424590&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2424590&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636146&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636146&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;/div&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426868&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426868&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636146&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636146&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Dev-f69.html&quot; embed=&quot;fixTarget[69]&quot; target=&quot;_top&quot; &gt;Subversion Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--gpg-agent-support-tp26524212p26636146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635220</id>
	<title>Re: TSVNCache.exe performance issues and caching results</title>
	<published>2009-12-03T15:38:47Z</published>
	<updated>2009-12-03T15:38:47Z</updated>
	<author>
		<name>Bernhard Merkle</name>
	</author>
	<content type="html">On Dec 3, 6:35 pm, Stefan Küng &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26635220&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tortoise...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Does TSVNCache.exe save the results it found (during craweling?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; What do you think?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I do not know this because i have not implemented TSVNCache and there
&lt;br&gt;&amp;gt; &amp;gt; is no information in the manual if the results are transient or
&lt;br&gt;&amp;gt; &amp;gt; persistent (according to the text I assume transient).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; My question is if the results are saved persistently, and also where ?
&lt;br&gt;&amp;gt; &amp;gt; Do after a restart of TSVNCache.exe it will reuse the information.
&lt;br&gt;&amp;gt; &amp;gt; Also if I modify exclude/include, does that apply immediately ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There are hundreds of mailing list posts about the cache. Just do a
&lt;br&gt;&amp;gt; quick search and you will have your answer.
&lt;/div&gt;&lt;br&gt;sorry but I searched google groups also before i asked here with terms
&lt;br&gt;as TSVNCache and as other search terms &amp;quot;persistent&amp;quot; | &amp;quot;transient&amp;quot; |
&lt;br&gt;&amp;quot;data&amp;quot; | &amp;quot;storage&amp;quot; etc... and got NO result.
&lt;br&gt;There are plenty of posts about _performance_ of TSVNCache but not
&lt;br&gt;about data storage and my simple question was whether TSVNCache saves
&lt;br&gt;the results (which would make sense IMO) or not.
&lt;br&gt;&lt;br&gt;Can look up this in the sources but though it should be very easy for
&lt;br&gt;you to say to me &amp;quot;persistent&amp;quot; or &amp;quot;transient&amp;quot;.
&lt;br&gt;&lt;br&gt;I really like TSVN and reported some bugs and features in the past (so
&lt;br&gt;I think there are also positive contributions from me, not only
&lt;br&gt;nagging questions ;-)
&lt;br&gt;&lt;br&gt;Berni.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426855&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426855&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26635220&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSVNCache.exe-performance-issues-and-caching-results-tp26622195p26635220.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635091</id>
	<title>Installing new version over an existing installation does not update  some files</title>
	<published>2009-12-03T15:26:07Z</published>
	<updated>2009-12-03T15:26:07Z</updated>
	<author>
		<name>Andre.Ziegler</name>
	</author>
	<content type="html">Hi Stefan and the rest of the TSVN team,
&lt;br&gt;&lt;br&gt;I want to say thanks for your great work with TSVN.
&lt;br&gt;&lt;br&gt;After installing the latest nightly (1.6 branch) over old 1.6 builds,
&lt;br&gt;the sasl DLLs and the crash reporting DLL are not being updated.
&lt;br&gt;&lt;br&gt;Any ideas how to fix this?
&lt;br&gt;&lt;br&gt;André
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426854&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426854&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26635091&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Installing-new-version-over-an-existing-installation-does-not-update--some-files-tp26635091p26635091.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634801</id>
	<title>Re: Crash @TortoiseSVN.dll!0000000002de72d9() - TortoiseSVN 1.6.6 x64  on WinXP x64</title>
	<published>2009-12-03T14:56:23Z</published>
	<updated>2009-12-03T14:56:23Z</updated>
	<author>
		<name>Andre.Ziegler</name>
	</author>
	<content type="html">Could you download the symbols for 1.6.6 release and run WinDbg again?
&lt;br&gt;This will show more information and wil help Stefan to find the cause.
&lt;br&gt;&lt;br&gt;On 2 Dez., 22:09, Nils &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634801&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;testnutzer...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Some infos:
&lt;br&gt;&amp;gt; TortoiseSVN 1.6.6 x64
&lt;br&gt;&amp;gt; Windows XP x64 fully patched
&lt;br&gt;&amp;gt; Crash @TortoiseSVN.dll!0000000002de72d9()
&lt;br&gt;&amp;gt; TSVN Crashreporter doesn't show (IIRC there is one)
&lt;br&gt;&amp;gt; Various developer environments (PSDK Vista/7, VS2005/2008), but the
&lt;br&gt;&amp;gt; stack doesn't look like any of the dev/debug libs were involved.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; TortoiseSVN started to crash explorer.exe quite regularly, almost every day.
&lt;br&gt;&amp;gt; Older versions used to crash too, but just once every few weeks. Maybe
&lt;br&gt;&amp;gt; that was related to something else.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Steps:
&lt;br&gt;&amp;gt; * Open some instances of Windows Explorer
&lt;br&gt;&amp;gt; * Have some external program put/delete files into the opened folders.
&lt;br&gt;&amp;gt; * Wait
&lt;br&gt;&amp;gt; * Crash without doing anything. Actually most of the time the Explorer
&lt;br&gt;&amp;gt; windows are not even visible or even minimized.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While TSVN will &amp;quot;reliably&amp;quot; crash every once-so-often I didn't find a
&lt;br&gt;&amp;gt; reliable way to make it crash, hence the &amp;quot;Wait&amp;quot; step.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let me know what I can do to help diagnose the problem. (not subscribed
&lt;br&gt;&amp;gt; to the mailing list)
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; Nils
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; IIRC, the stack always looks about the same.
&lt;br&gt;&amp;gt; You'll likely have some pdb around to see where the crash actually happens.
&lt;br&gt;&amp;gt; Here is the complete stack, as produced by VS2005:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;         msvcr90.dll!__crt_debugger_hook(int _Reserved=)  Line 65        
&lt;br&gt;&amp;gt;         msvcr90.dll!_invoke_watson(const wchar_t *
&lt;br&gt;&amp;gt; pszExpression=0x00000000cb7f0b7a, const wchar_t *
&lt;br&gt;&amp;gt; pszFunction=0x0000000000000401, const wchar_t *
&lt;br&gt;&amp;gt; pszFile=0x0000000000000000, unsigned int nLine=2147500037, unsigned
&lt;br&gt;&amp;gt; __int64 pReserved=0)  Line 233  
&lt;br&gt;&amp;gt;         msvcr90.dll!_invalid_parameter(const wchar_t *
&lt;br&gt;&amp;gt; pszExpression=0x0000000000000000, const wchar_t *
&lt;br&gt;&amp;gt; pszFunction=0x000000000a16df40, const wchar_t *
&lt;br&gt;&amp;gt; pszFile=0x0000000000000001, unsigned int nLine=8, unsigned __int64
&lt;br&gt;&amp;gt; pReserved=0)  Line 115  
&lt;br&gt;&amp;gt;         msvcr90.dll!_invalid_parameter_noinfo()  Line 126      &amp;gt;    TortoiseSVN.dll!0000000002de72d9()      
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;         [Frames below may be incorrect and/or missing, no symbols loaded for
&lt;br&gt;&amp;gt; TortoiseSVN.dll]        
&lt;br&gt;&amp;gt;         TortoiseSVN.dll!0000000002de350b()      
&lt;br&gt;&amp;gt;         TortoiseSVN.dll!0000000002e505c3()      
&lt;br&gt;&amp;gt;         TortoiseSVN.dll!0000000002e4f116()      
&lt;br&gt;&amp;gt;         ole32.dll!CreateInprocInstanceHelper()  + 0x32 bytes    
&lt;br&gt;&amp;gt;         ole32.dll!ICoCreateInstanceEx()  + 0x1fd bytes  
&lt;br&gt;&amp;gt;         ole32.dll!CComActivator::DoCreateInstance()  + 0x1a0 bytes      
&lt;br&gt;&amp;gt;         ole32.dll!CoCreateInstance()  + 0x7f bytes      
&lt;br&gt;&amp;gt;         shlwapi.dll!SHCoCreateInstanceAC()  + 0x63 bytes        
&lt;br&gt;&amp;gt;         shell32.dll!_SHCoCreateInstance()  - 0x5408 bytes      
&lt;br&gt;&amp;gt;         shell32.dll!SHExtCoCreateInstance()  + 0x5a bytes      
&lt;br&gt;&amp;gt;         shell32.dll!CFSFolder::_LoadColumnHandlers()  - 0x209 bytes    
&lt;br&gt;&amp;gt;         shell32.dll!CFSFolder::GetDetailsEx()  + 0x116 bytes    
&lt;br&gt;&amp;gt;         shell32.dll!CInfoTip::_GetInfoTipFromItem()  + 0x1ad bytes      
&lt;br&gt;&amp;gt;         shell32.dll!CStatusBarAndInfoTipTask::RunInitRT()  + 0xdc bytes
&lt;br&gt;&amp;gt;         shell32.dll!CRunnableTask::Run()  + 0x42 bytes  
&lt;br&gt;&amp;gt;         browseui.dll!CShellTaskScheduler_ThreadProc()  - 0x2491a bytes  
&lt;br&gt;&amp;gt;         shlwapi.dll!ExecuteWorkItem()  + 0x28 bytes    
&lt;br&gt;&amp;gt;         ntdll.dll!RtlpWorkerCallout()  + 0x10a bytes    
&lt;br&gt;&amp;gt;         ntdll.dll!RtlpExecuteWorkerRequest()  - 0xe1 bytes      
&lt;br&gt;&amp;gt;         ntdll.dll!RtlpWorkerThread()  - 0x598b bytes    
&lt;br&gt;&amp;gt;         kernel32.dll!BaseThreadStart()  + 0x3a bytes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMess&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMess&lt;/a&gt;...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634801&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscr...@...&lt;/a&gt;].
&lt;/div&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426849&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426849&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634801&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Crash-%40TortoiseSVN.dll%210000000002de72d9%28%29---TortoiseSVN-1.6.6-x64-on-WinXP-x64-tp26616544p26634801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633747</id>
	<title>[Issue 1031]  Compare gets stuck on a single revision</title>
	<published>2009-12-03T13:44:42Z</published>
	<updated>2009-12-03T13:44:42Z</updated>
	<author>
		<name>Stephen Elsemore</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subclipse.tigris.org/issues/show_bug.cgi?id=1031&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/issues/show_bug.cgi?id=1031&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selsemore@...&lt;/a&gt; Thu Dec &amp;nbsp;3 13:44:42 -0800 2009 -------
&lt;br&gt;I'm looking at this now. &amp;nbsp;I believe the problem is with RemoteResource.getCachePath and 
&lt;br&gt;RemoteResource.getContentIdentifier. &amp;nbsp;The last changed revision is being used as the content identifier, 
&lt;br&gt;which is used as part of the cache path. &amp;nbsp;When the compare is executed, the last changed revision is null, 
&lt;br&gt;so the cache path is not unique. &amp;nbsp;The fix should be to use the revision (rather than last changed revision) 
&lt;br&gt;for the content identifier.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&amp;dsMessageId=2426839&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&amp;dsMessageId=2426839&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subclipse---issues-f10621.html&quot; embed=&quot;fixTarget[10621]&quot; target=&quot;_top&quot; &gt;subclipse - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-1031--New---Compare-gets-stuck-on-a-single-revision-tp26312809p26633747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633668</id>
	<title>Re: Diff with URL: tortoiseMerge</title>
	<published>2009-12-03T13:36:31Z</published>
	<updated>2009-12-03T13:36:31Z</updated>
	<author>
		<name>Christophe Royer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style='font-family: Arial; font-size: 12pt; color: #000000'&gt;&amp;gt; So the reason for this behavior is that the patch file that gets&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; generated shows the diff between your wc of the branch with the trunk&lt;br&gt;&amp;gt; url. Since you've modified the files on your branch already, the patch&lt;br&gt;&amp;gt; doesn't apply anymore. And that's because the diff that svn produces&lt;br&gt;&amp;gt; here is backwards. I've reported this several times already but with&lt;br&gt;&amp;gt; the complete rewrite of the diffing engine on the svn trunk I doubt&lt;br&gt;&amp;gt; that this will get ever fixed on the 1.6.x branch.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Sorry.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Stefan&lt;/div&gt;&lt;br&gt;&lt;br&gt;Thank you Stefan. In my scenario, this is not&amp;nbsp; a big deal, but I was afraid that something more fundamental was broken. I am not sure of all the implications of that &quot;backwards&quot; diff, I should look into that a bit more.&lt;br&gt;&lt;br&gt;Christophe&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSVN---Log-Dialog---Compare-with-Previous-Revision-tp26505970p26633668.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633512</id>
	<title>Re: mod_dav_svn and multiple apache processes</title>
	<published>2009-12-03T13:29:38Z</published>
	<updated>2009-12-03T13:29:38Z</updated>
	<author>
		<name>C. Michael Pilato</name>
	</author>
	<content type="html">Yes, mod_dav_svn may open and close BDB databases multiple times over the
&lt;br&gt;course of a commit.
&lt;br&gt;&lt;br&gt;HTTP/WebDAV is a stateless protocol. &amp;nbsp;&amp;quot;Stateless&amp;quot; means (in this case) that
&lt;br&gt;a commit -- which consists of many client-&amp;gt;server requests (OPTIONS,
&lt;br&gt;MKACTIVITY, PROPPATCH, CHECKOUT, PUT, COPY, MERGE, ...) and their responses
&lt;br&gt;-- happens in phases, each phase carrying enough information to remind the
&lt;br&gt;server of what the previous phases accomplished (and/or how to figure that
&lt;br&gt;out for itself). &amp;nbsp;Because of this, you could theoretically shutdown and
&lt;br&gt;restart your Apache server between each and every request of a single
&lt;br&gt;Subversion commit operation, and things would work just fine.
&lt;br&gt;&lt;br&gt;I think you are confusing a number of concepts: &amp;nbsp;the HIGH-LEVEL SVN COMMIT
&lt;br&gt;OPERATION, which happens using one or more CONNECTIONS to the Apache server,
&lt;br&gt;through each of which one or more REQUESTS is sent and responses received,
&lt;br&gt;all of which work to make piecemeal modifications to a single SUBVERSION
&lt;br&gt;REPOSITORY COMMIT TRANSACTION. &amp;nbsp;Until to understand those elements, not much
&lt;br&gt;more of what I say is going to make very much sense.
&lt;br&gt;&lt;br&gt;Viacheslav Zholudev wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Michael,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had a closer look and I figured out the following. SVN may open and
&lt;br&gt;&amp;gt; close BDB databases MORE than once during ONE svn commit (i.e. during 1
&lt;br&gt;&amp;gt; svn transaction), and create svn_fs_t objects multiple times. Is it
&lt;br&gt;&amp;gt; normal behavior? Could it be because Apache decides to clean caches, and
&lt;br&gt;&amp;gt; then recreates an svn_fs_t object since the previous one was cleaned up
&lt;br&gt;&amp;gt; and closed? As far as understood from your former emails, only one cached
&lt;br&gt;&amp;gt; svn_fs_t object should be used by mod_dav_svn PER 1 svn transaction (e.g.
&lt;br&gt;&amp;gt; commit). But I'm seeing the opposite situation...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you please clarify? Thanks a lot for your time.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best, Vyacheslav
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 2, 2009, at 4:01 PM, C. Michael Pilato wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Viacheslav Zholudev wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thanks for the answer. It sufficiently clarifies things for me.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; However, I have one more question: Let's assume that SVN client
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; commits two big files in the same SVN transaction. Could it happen
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that mod_dav_svn writes pieces of those two big files to the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;strings&amp;quot; simultaneously? I.e. part1_file1, part1_file2, part2_file1,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; part2_file2 or in some other mixed order?
&lt;br&gt;&amp;gt;&amp;gt; Today's Subversion clients won't do that. &amp;nbsp;They serialize the
&lt;br&gt;&amp;gt;&amp;gt; transmission of file contents towards the server. &amp;nbsp;But putting that
&lt;br&gt;&amp;gt;&amp;gt; aside, the BDB code keeps one file's contents in the 'strings' table
&lt;br&gt;&amp;gt;&amp;gt; separate from another's by assigning the contents to different database
&lt;br&gt;&amp;gt;&amp;gt; keys. &amp;nbsp;So while a single client may not write to two different files in
&lt;br&gt;&amp;gt;&amp;gt; the same transaction, it's certainly the case that multiple clients
&lt;br&gt;&amp;gt;&amp;gt; could be tossing file contents for multiple files into the 'strings'
&lt;br&gt;&amp;gt;&amp;gt; table simultaneous. &amp;nbsp;The code does the right thing though -- it's not
&lt;br&gt;&amp;gt;&amp;gt; like you're going to get corruption or anything that appears like a
&lt;br&gt;&amp;gt;&amp;gt; file has interleaved content from various sources.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; What's the source of your interest? &amp;nbsp;Are you seeing a problem?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; -- C. Michael Pilato &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmpilato@...&lt;/a&gt;&amp;gt; CollabNet &amp;nbsp; &amp;lt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; www.collab.net &amp;nbsp; &amp;lt;&amp;gt; &amp;nbsp; Distributed Development On Demand
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best, Vyacheslav
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;C. Michael Pilato &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633512&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmpilato@...&lt;/a&gt;&amp;gt;
&lt;br&gt;CollabNet &amp;nbsp; &amp;lt;&amp;gt; &amp;nbsp; www.collab.net &amp;nbsp; &amp;lt;&amp;gt; &amp;nbsp; Distributed Development On Demand
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426833&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426833&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633512&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633512&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-subscribe@...&lt;/a&gt;&amp;gt;.&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26633512/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Dev-f69.html&quot; embed=&quot;fixTarget[69]&quot; target=&quot;_top&quot; &gt;Subversion Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mod_dav_svn-and-multiple-apache-processes-tp26601920p26633512.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633381</id>
	<title>[Issue 3180]  svn mergeinfo ignores peg rev for WC target</title>
	<published>2009-12-03T13:21:00Z</published>
	<updated>2009-12-03T13:21:00Z</updated>
	<author>
		<name>Paul T. Burba-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3180&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3180&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;User pburba changed the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; What &amp;nbsp; &amp;nbsp;|Old value &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |New value
&lt;br&gt;================================================================================
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633381&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pburba@...&lt;/a&gt; Thu Dec &amp;nbsp;3 13:20:59 -0800 2009 -------
&lt;br&gt;Added test: r886864
&lt;br&gt;&lt;br&gt;Fixed: r886880, r886924.
&lt;br&gt;&lt;br&gt;Closing.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426830&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426830&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633381&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3180--New---svn-mergeinfo-ignores-peg-rev-for-WC-target-tp16858598p26633381.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633295</id>
	<title>Re: Using Subversion with online storage and file protocol</title>
	<published>2009-12-03T13:13:36Z</published>
	<updated>2009-12-03T13:13:36Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Thu, Dec 03, 2009 at 03:26:43PM -0500, Bob Archer wrote:
&lt;br&gt;&amp;gt; The file:// protocol is for single user access
&lt;br&gt;&amp;gt; only. Your repository could become corrupted when more than one access
&lt;br&gt;&amp;gt; it at the same time.
&lt;br&gt;&lt;br&gt;That's not true, there are transactions and lockfiles for a reason.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; Any suggestions of alternative ways to run a repository for a small
&lt;br&gt;&amp;gt; &amp;gt; team without access to a suitable server (other than going with a
&lt;br&gt;&amp;gt; &amp;gt; commercial hosting provider)?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I believe there are some free svn hosters out there.
&lt;br&gt;&lt;br&gt;Yes, some e.g. provide free service if the repository size is small.
&lt;br&gt;&lt;br&gt;&amp;gt; If you don't want to go that way then one of the 5 devs could host the
&lt;br&gt;&amp;gt; repository on his own machine and run either apache or svnserve
&lt;br&gt;&amp;gt; routing the port. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Another option of course is to use a distributed vcs like Git or Mecurial. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Yes to both points.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426827&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426827&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633295&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633295&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Subversion-with-online-storage-and-file-protocol-tp26632354p26633295.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633175</id>
	<title>Re: Using Subversion with online storage and file protocol</title>
	<published>2009-12-03T13:02:53Z</published>
	<updated>2009-12-03T13:02:53Z</updated>
	<author>
		<name>Blair Zajac</name>
	</author>
	<content type="html">Andy Stone wrote:
&lt;br&gt;&amp;gt; I am planning to use Subversion on a project with a small number of trusted developers (less than 5). &amp;nbsp;We don’t have access to a server on which we can set up svnserve, so instead I am planning to store the repository with one of the many online storage providers, mounting the storage space as a virtual network drive on each users machine, and have everyone access the repository directly using the file:/// protocol &amp;nbsp;(e.g. using Microsoft’s SkyDrive + Gladinet Cloud Desktop).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is this approach safe (i.e. will not result in a corrupted repository)? &amp;nbsp;I have seen previous posts which imply that it is safe to do this on an NFS server (safe, but not necessarily sensible**). &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any suggestions of alternative ways to run a repository for a small team without access to a suitable server (other than going with a commercial hosting provider)? &amp;nbsp;
&lt;br&gt;&lt;br&gt;This sounds like a really bad idea. &amp;nbsp;Subversion requires a filesystem with 
&lt;br&gt;certain semantics and this probably doesn't provide them. &amp;nbsp;It's not just people 
&lt;br&gt;mucking around with the repository it's it working at all.
&lt;br&gt;&lt;br&gt;If you can get cloud storage then get a Subversion provider for a few dollars a 
&lt;br&gt;month.
&lt;br&gt;&lt;br&gt;Blair
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426825&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426825&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Subversion-with-online-storage-and-file-protocol-tp26632354p26633175.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632790</id>
	<title>Re: mod_dav_svn and multiple apache processes</title>
	<published>2009-12-03T12:36:21Z</published>
	<updated>2009-12-03T12:36:21Z</updated>
	<author>
		<name>Vyacheslav Zholudev</name>
	</author>
	<content type="html">Hi Michael,
&lt;br&gt;&lt;br&gt;I had a closer look and I figured out the following. SVN may open and close BDB databases MORE than once during ONE svn commit (i.e. during 1 svn transaction), and create svn_fs_t objects multiple times. Is it normal behavior? Could it be because Apache decides to clean caches, and then recreates an svn_fs_t object since the previous one was cleaned up and closed? As far as understood from your former emails, only one cached svn_fs_t object should be used by mod_dav_svn PER 1 svn transaction (e.g. commit). But I'm seeing the opposite situation...
&lt;br&gt;&lt;br&gt;Could you please clarify? Thanks a lot for your time.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Vyacheslav
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 2, 2009, at 4:01 PM, C. Michael Pilato wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Viacheslav Zholudev wrote:
&lt;br&gt;&amp;gt;&amp;gt; thanks for the answer. It sufficiently clarifies things for me. However,
&lt;br&gt;&amp;gt;&amp;gt; I have one more question: Let's assume that SVN client commits two big
&lt;br&gt;&amp;gt;&amp;gt; files in the same SVN transaction. Could it happen that mod_dav_svn
&lt;br&gt;&amp;gt;&amp;gt; writes pieces of those two big files to the &amp;quot;strings&amp;quot; simultaneously?
&lt;br&gt;&amp;gt;&amp;gt; I.e. part1_file1, part1_file2, part2_file1, part2_file2 or in some other
&lt;br&gt;&amp;gt;&amp;gt; mixed order?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Today's Subversion clients won't do that. &amp;nbsp;They serialize the transmission
&lt;br&gt;&amp;gt; of file contents towards the server. &amp;nbsp;But putting that aside, the BDB code
&lt;br&gt;&amp;gt; keeps one file's contents in the 'strings' table separate from another's by
&lt;br&gt;&amp;gt; assigning the contents to different database keys. &amp;nbsp;So while a single client
&lt;br&gt;&amp;gt; may not write to two different files in the same transaction, it's certainly
&lt;br&gt;&amp;gt; the case that multiple clients could be tossing file contents for multiple
&lt;br&gt;&amp;gt; files into the 'strings' table simultaneous. &amp;nbsp;The code does the right thing
&lt;br&gt;&amp;gt; though -- it's not like you're going to get corruption or anything that
&lt;br&gt;&amp;gt; appears like a file has interleaved content from various sources.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What's the source of your interest? &amp;nbsp;Are you seeing a problem?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; C. Michael Pilato &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632790&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmpilato@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; CollabNet &amp;nbsp; &amp;lt;&amp;gt; &amp;nbsp; www.collab.net &amp;nbsp; &amp;lt;&amp;gt; &amp;nbsp; Distributed Development On Demand
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Best,
&lt;br&gt;Vyacheslav
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426822&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&amp;dsMessageId=2426822&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632790&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632790&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Dev-f69.html&quot; embed=&quot;fixTarget[69]&quot; target=&quot;_top&quot; &gt;Subversion Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mod_dav_svn-and-multiple-apache-processes-tp26601920p26632790.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632661</id>
	<title>RE: Using Subversion with online storage and file protocol</title>
	<published>2009-12-03T12:26:43Z</published>
	<updated>2009-12-03T12:26:43Z</updated>
	<author>
		<name>Bob Archer</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; I am planning to use Subversion on a project with a small number of
&lt;br&gt;&amp;gt; trusted developers (less than 5). &amp;nbsp;We don’t have access to a server
&lt;br&gt;&amp;gt; on which we can set up svnserve, so instead I am planning to store
&lt;br&gt;&amp;gt; the repository with one of the many online storage providers,
&lt;br&gt;&amp;gt; mounting the storage space as a virtual network drive on each users
&lt;br&gt;&amp;gt; machine, and have everyone access the repository directly using the
&lt;br&gt;&amp;gt; file:/// protocol &amp;nbsp;(e.g. using Microsoft’s SkyDrive + Gladinet
&lt;br&gt;&amp;gt; Cloud Desktop).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is this approach safe (i.e. will not result in a corrupted
&lt;br&gt;&amp;gt; repository)? &amp;nbsp;I have seen previous posts which imply that it is
&lt;br&gt;&amp;gt; safe to do this on an NFS server (safe, but not necessarily
&lt;br&gt;&amp;gt; sensible**).
&lt;/div&gt;&lt;br&gt;No, don't do this. The file:// protocol is for single user access only. Your repository could become corrupted when more than one access it at the same time.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any suggestions of alternative ways to run a repository for a small
&lt;br&gt;&amp;gt; team without access to a suitable server (other than going with a
&lt;br&gt;&amp;gt; commercial hosting provider)?
&lt;br&gt;&lt;br&gt;I believe there are some free svn hosters out there.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://cplus.about.com/od/usefulonlineresources/Useful_Online_Resources.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cplus.about.com/od/usefulonlineresources/Useful_Online_Resources.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;...or for maybe $10 a month you could probably get what you need on a place like unfuddle.com or others.
&lt;br&gt;&lt;br&gt;If you don't want to go that way then one of the 5 devs could host the repository on his own machine and run either apache or svnserve routing the port. 
&lt;br&gt;&lt;br&gt;Another option of course is to use a distributed vcs like Git or Mecurial. &amp;nbsp;
&lt;br&gt;&lt;br&gt;BOb
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426820&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426820&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632661&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632661&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Subversion-with-online-storage-and-file-protocol-tp26632354p26632661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632305</id>
	<title>Re: Diff with URL: tortoiseMerge</title>
	<published>2009-12-03T12:04:39Z</published>
	<updated>2009-12-03T12:04:39Z</updated>
	<author>
		<name>Stefan Küng</name>
	</author>
	<content type="html">On Wed, Dec 2, 2009 at 19:41, Stefan Küng &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632305&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tortoisesvn@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 01.12.2009 20:10, chroyer wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; A recent post (Re: TSVN - Log Dialog - Compare with Previous Revision)
&lt;br&gt;&amp;gt;&amp;gt; reminded me about an issue I inquired about a while back. I had posted
&lt;br&gt;&amp;gt;&amp;gt; additional info from tigris and got no answer, I suspect the message never
&lt;br&gt;&amp;gt;&amp;gt; made it trough, so here it is again. Sorry for the inconvenience.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Christophe
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This is what I did to reproduce/isolate the scenario:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -create a new repo (with tsvn), with /trunk and /branches
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -add and commit 2 files to the trunk
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -branch the trunk to /branches/b1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -checkout b1 in wc-b1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -edit the 2 files (do not commit)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -shift-right click on wc-b1, choose diff with URL. Enter the URL of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trunk
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; tortoiseMerge shows up with a list of 2 files, both in red. Double
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; clicking on any one of them set tortoiseMerge in 3 way pane mode.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here, for me TMerge shows the list of 2 files but both in black.
&lt;br&gt;&amp;gt; Doubleclicking them shows the proper diff.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tried again, but with different modifications to the two files. And now I
&lt;br&gt;&amp;gt; too get the three way view in TMerge and both files showing in red.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'll do some more investigating...
&lt;/div&gt;&lt;br&gt;So the reason for this behavior is that the patch file that gets
&lt;br&gt;generated shows the diff between your wc of the branch with the trunk
&lt;br&gt;url. Since you've modified the files on your branch already, the patch
&lt;br&gt;doesn't apply anymore. And that's because the diff that svn produces
&lt;br&gt;here is backwards. I've reported this several times already but with
&lt;br&gt;the complete rewrite of the diffing engine on the svn trunk I doubt
&lt;br&gt;that this will get ever fixed on the 1.6.x branch.
&lt;br&gt;&lt;br&gt;Sorry.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;___
&lt;br&gt;&amp;nbsp; oo &amp;nbsp;// \\ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;De Chelonian Mobile&amp;quot;
&lt;br&gt;&amp;nbsp;(_,\/ \_/ \ &amp;nbsp; &amp;nbsp; TortoiseSVN
&lt;br&gt;&amp;nbsp; &amp;nbsp;\ \_/_\_/&amp;gt; &amp;nbsp; &amp;nbsp;The coolest Interface to (Sub)Version Control
&lt;br&gt;&amp;nbsp; &amp;nbsp;/_/ &amp;nbsp; \_\ &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://tortoisesvn.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426815&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426815&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632305&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSVN---Log-Dialog---Compare-with-Previous-Revision-tp26505970p26632305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26631486</id>
	<title>Re: Due date to release the next version</title>
	<published>2009-12-03T11:13:20Z</published>
	<updated>2009-12-03T11:13:20Z</updated>
	<author>
		<name>Kevin Radke</name>
	</author>
	<content type="html">On Thu, Dec 3, 2009 at 11:24 AM, Stefan Küng &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631486&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tortoisesvn@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 03.12.2009 16:33, Kevin Radke wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Dec 3, 2009 at 1:48 AM, Lübbe Onken
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631486&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;luebbe.tortoisesvn@...&lt;/a&gt;&amp;gt;  wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Rafael,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hey Lübbe, thank you (over and over again lol)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So, I'll say something but you wont belive. I already did it sometime
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ago, but I was not sure if I did correctly.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Well, I commited the TortoiseMerge manual (minutes ago) because this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; manual is already done! 100%.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cool, now we only have to remember to enable the ptBR translation (and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; some others) *before* the 1.6.7 release is tagged. We can't do that now,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; because it would result in download links that point into nirvana.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When will the &amp;quot;nightly&amp;quot; TortoiseSVN build of 1.6.x progress to use the
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;nightly&amp;quot; Subversion 1.6.x
&lt;br&gt;&amp;gt;&amp;gt; libraries?  (I'm asking because I would like to test my applied patch
&lt;br&gt;&amp;gt;&amp;gt; to the svn 1.6.x branch that
&lt;br&gt;&amp;gt;&amp;gt; fixes network connection leaks for svn:externals).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The trunk nightly uses the 1.6.x branch of Subversion. So once your
&lt;br&gt;&amp;gt; change gets there, TSVN will use it.
&lt;/div&gt;&lt;br&gt;Excellent. &amp;nbsp;I verified the trunk build does contain my patch and it no
&lt;br&gt;longer &amp;quot;leaks&amp;quot; network connections, so I can now update a working
&lt;br&gt;copy with thousands of svn:externals definitions under Windows XP.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;Kevin R.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426805&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426805&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631486&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Due-date-to-release-the-next-version-tp26584372p26631486.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26631146</id>
	<title>[Issue 1049] New - Compare Revisions doesn't show contents of added folders</title>
	<published>2009-12-03T10:52:11Z</published>
	<updated>2009-12-03T10:52:11Z</updated>
	<author>
		<name>Jacob Weber</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subclipse.tigris.org/issues/show_bug.cgi?id=1049&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/issues/show_bug.cgi?id=1049&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|1049
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|Compare Revisions doesn't show contents of added folde
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |rs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|subclipse
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|current
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|Mac OS X
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|DEFECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|UI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@subclipse
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|jacobweber
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jacobweber@...&lt;/a&gt; Thu Dec &amp;nbsp;3 10:52:09 -0800 2009 -------
&lt;br&gt;I committed a revision which added a folder, as well as several files inside it.
&lt;br&gt;&lt;br&gt;When I right-click it in History and compare it with the previous revision, Subclipse shows me that the 
&lt;br&gt;folder has been added, but it doesn't show me any of the files inside it. Shouldn't it show those as well?
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&amp;dsMessageId=2426791&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&amp;dsMessageId=2426791&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631146&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subclipse---issues-f10621.html&quot; embed=&quot;fixTarget[10621]&quot; target=&quot;_top&quot; &gt;subclipse - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-1049--New---Compare-Revisions-doesn%27t-show-contents-of-added-folders-tp26631146p26631146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26631072</id>
	<title>[Issue 1031]  Compare gets stuck on a single revision</title>
	<published>2009-12-03T10:48:47Z</published>
	<updated>2009-12-03T10:48:47Z</updated>
	<author>
		<name>Jacob Weber</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subclipse.tigris.org/issues/show_bug.cgi?id=1031&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/issues/show_bug.cgi?id=1031&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631072&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jacobweber@...&lt;/a&gt; Thu Dec &amp;nbsp;3 10:48:47 -0800 2009 -------
&lt;br&gt;Sorry to bug you, but have you had a chance to look at this?
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&amp;dsMessageId=2426789&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&amp;dsMessageId=2426789&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26631072&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subclipse---issues-f10621.html&quot; embed=&quot;fixTarget[10621]&quot; target=&quot;_top&quot; &gt;subclipse - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-1031--New---Compare-gets-stuck-on-a-single-revision-tp26312809p26631072.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26630394</id>
	<title>svn/neon fails to prompt user when encountering self-signed/etc. certs</title>
	<published>2009-12-03T10:04:02Z</published>
	<updated>2009-12-03T10:04:02Z</updated>
	<author>
		<name>Greg Troxel</name>
	</author>
	<content type="html">We are having a mysterious problem with https: access to subversion, and
&lt;br&gt;I think there's a subtle bug somewhere in the svn/neon/openssl chain.
&lt;br&gt;&lt;br&gt;At BBN we have a number of systems running apache22/subversion,
&lt;br&gt;accessible only over ssl. &amp;nbsp;We have a local CA and server certs on the
&lt;br&gt;systems signed by the CA. &amp;nbsp;Client systems that have the CA cert
&lt;br&gt;installed in /etc/openssl/certs or equivalent operate with no trouble.
&lt;br&gt;&lt;br&gt;Without the CA cert installed, the expected behavior is to get a prompt
&lt;br&gt;From subversion on the first access, where the user will select 'p' and
&lt;br&gt;cause a file to be created in ~/.subversion/auth/svn.ssl.server/ . &amp;nbsp;But,
&lt;br&gt;a number of clients, at least on NetBSD and cygwin, instead print:
&lt;br&gt;&lt;br&gt;svn: OPTIONS of '&lt;a href=&quot;https://foo.example.com/svn/bar/bar-cm/empty':&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://foo.example.com/svn/bar/bar-cm/empty':&lt;/a&gt;&amp;nbsp;SSL handshake failed: SSL error: certificate verify failed (&lt;a href=&quot;https://foo.example.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://foo.example.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;without prompting the user. &amp;nbsp;cygwin systems seems to be failing
&lt;br&gt;regularly. &amp;nbsp;These problems happen even on systems which have previously
&lt;br&gt;(p)ermanently accepted the unknown-CA cert.
&lt;br&gt;&lt;br&gt;An example build that exhibits the problem is:
&lt;br&gt;&lt;br&gt;&amp;nbsp; svn, version 1.6.5 (r38866)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;compiled Nov 29 2009, 20:59:51
&lt;br&gt;&lt;br&gt;&amp;nbsp; Copyright (C) 2000-2009 CollabNet.
&lt;br&gt;&amp;nbsp; Subversion is open source software, see &lt;a href=&quot;http://subversion.tigris.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/&lt;/a&gt;&lt;br&gt;&amp;nbsp; This product includes software developed by CollabNet (&lt;a href=&quot;http://www.Collab.Net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.Collab.Net/&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;&amp;nbsp; The following repository access (RA) modules are available:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
&lt;br&gt;&amp;nbsp; &amp;nbsp; - handles 'http' scheme
&lt;br&gt;&amp;nbsp; &amp;nbsp; - handles 'https' scheme
&lt;br&gt;&amp;nbsp; * ra_svn : Module for accessing a repository using the svn network protocol.
&lt;br&gt;&amp;nbsp; &amp;nbsp; - handles 'svn' scheme
&lt;br&gt;&amp;nbsp; * ra_local : Module for accessing a repository on local disk.
&lt;br&gt;&amp;nbsp; &amp;nbsp; - handles 'file' scheme
&lt;br&gt;&lt;br&gt;But, another computer with the same version (but built independently) do
&lt;br&gt;not seem to have the problem, at least at some times.
&lt;br&gt;&lt;br&gt;Running ktrace on the client, I see it try to stat the hash of the issuer DN and then
&lt;br&gt;immediately fail and close the connection.
&lt;br&gt;&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;NAMI &amp;nbsp;&amp;quot;/etc/openssl/certs/b14afcb7.0&amp;quot;
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;RET &amp;nbsp; __stat30 -1 errno 2 No such file or directory
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;CALL &amp;nbsp;write(4,0xbb5b5000,7)
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;GIO &amp;nbsp; fd 4 wrote 7 bytes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;\^U\^C\0\0\^B\^B*&amp;quot;
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;RET &amp;nbsp; write 7
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;CALL &amp;nbsp;close(4)
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;RET &amp;nbsp; close 0
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;CALL &amp;nbsp;write(2,0xbb52e1a8,0x9b)
&lt;br&gt;&amp;nbsp;15349 &amp;nbsp; &amp;nbsp; &amp;nbsp;1 svn &amp;nbsp; &amp;nbsp; &amp;nbsp;GIO &amp;nbsp; fd 2 wrote 155 bytes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;svn: OPTIONS of [as above]
&lt;br&gt;&lt;br&gt;&lt;br&gt;With the CA cert, that stat succeeds and validation continues.
&lt;br&gt;&lt;br&gt;It seems that when the premature failure happens there is no attempt to
&lt;br&gt;stat the svn-local certificate file under ~/.subversion/auth/.
&lt;br&gt;&lt;br&gt;&lt;br&gt;There may be something wrong with our certificates, of course, but
&lt;br&gt;firefox and svn are both happy with them if the CA cert is installed,
&lt;br&gt;and firefox prompts normally when the CA cert is not installed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I wonder if neon/openssl has some ambiguity about return codes that is
&lt;br&gt;causing what should turn into prompt-if-ok to be a fatal error without
&lt;br&gt;that.
&lt;br&gt;&lt;br&gt;With neon-debug-mask = 255, I get:
&lt;br&gt;&lt;br&gt;ah_create, for WWW-Authenticate
&lt;br&gt;Running pre_send hooks
&lt;br&gt;compress: Initialization.
&lt;br&gt;compress: Initialization.
&lt;br&gt;Sending request headers:
&lt;br&gt;OPTIONS /svn/bar/bar-cm/empty HTTP/1.1
&lt;br&gt;User-Agent: SVN/1.6.5 (r38866) neon/0.29.0
&lt;br&gt;Keep-Alive: 
&lt;br&gt;Connection: TE, Keep-Alive
&lt;br&gt;TE: trailers
&lt;br&gt;Host: foo.example
&lt;br&gt;Content-Type: text/xml
&lt;br&gt;Accept-Encoding: gzip
&lt;br&gt;DAV: &lt;a href=&quot;http://subversion.tigris.org/xmlns/dav/svn/depth&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/xmlns/dav/svn/depth&lt;/a&gt;&lt;br&gt;DAV: &lt;a href=&quot;http://subversion.tigris.org/xmlns/dav/svn/mergeinfo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/xmlns/dav/svn/mergeinfo&lt;/a&gt;&lt;br&gt;DAV: &lt;a href=&quot;http://subversion.tigris.org/xmlns/dav/svn/log-revprops&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/xmlns/dav/svn/log-revprops&lt;/a&gt;&lt;br&gt;Content-Length: 104
&lt;br&gt;Accept-Encoding: gzip
&lt;br&gt;&lt;br&gt;Sending request-line and headers:
&lt;br&gt;Doing DNS lookup on foo.example...
&lt;br&gt;Connecting to [redacted, but right]
&lt;br&gt;sess: Closing connection.
&lt;br&gt;sess: Connection closed.
&lt;br&gt;Request ends, status 0 class 0xx, error line:
&lt;br&gt;SSL handshake failed: SSL error: certificate verify failed
&lt;br&gt;Running destroy hooks.
&lt;br&gt;Request ends.
&lt;br&gt;svn: OPTIONS of '&lt;a href=&quot;https://foo.example/svn/bar/bar-cm/empty':&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://foo.example/svn/bar/bar-cm/empty':&lt;/a&gt;&amp;nbsp;SSL handshake failed: SSL error: certificate verify failed (&lt;a href=&quot;https://foo.example&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://foo.example&lt;/a&gt;)
&lt;br&gt;sess: Destroying session.
&lt;br&gt;sess: Destroying session.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426779&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426779&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26630394&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26630394&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (200 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26630394/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-neon-fails-to-prompt-user-when-encountering-self-signed-etc.-certs-tp26630394p26630394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629938</id>
	<title>Re: TSVNCache.exe performance issues and caching results</title>
	<published>2009-12-03T09:35:21Z</published>
	<updated>2009-12-03T09:35:21Z</updated>
	<author>
		<name>Stefan Küng</name>
	</author>
	<content type="html">On 03.12.2009 11:16, Bernhard Merkle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 3, 9:14 am, Stefan Küng&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629938&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tortoise...@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Dec 3, 2009 at 08:54, Bernhard Merkle
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629938&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bernhard.mer...@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; TSVNCache.exe is still a performace issue for the explorer if it runs
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with the TSVN default settings.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have TSVNCache open and can see it is crawling for ages and turns
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; down the I/O significantly.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My TSVN version is 1.6.3
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We're at 1.6.6 now.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I can see major delays with the explorer (opening folders, context
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; menues etc), because the TSVNCache.exe really eats IO/performance. If
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; you are running this e.g on a laptop it gets an issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Can you do something about that ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; No, but you can. Update.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; okay i see in the changelog where were modifications in 1.6.4 and
&lt;br&gt;&amp;gt; 1.6.6 for TSVNCache.
&lt;br&gt;&amp;gt; thanks for that. I will update.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does TSVNCache.exe save the results it found (during craweling?)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What do you think?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I do not know this because i have not implemented TSVNCache and there
&lt;br&gt;&amp;gt; is no information in the manual if the results are transient or
&lt;br&gt;&amp;gt; persistent (according to the text I assume transient).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My question is if the results are saved persistently, and also where ?
&lt;br&gt;&amp;gt; Do after a restart of TSVNCache.exe it will reuse the information.
&lt;br&gt;&amp;gt; Also if I modify exclude/include, does that apply immediately ?
&lt;/div&gt;&lt;br&gt;There are hundreds of mailing list posts about the cache. Just do a 
&lt;br&gt;quick search and you will have your answer.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ___
&lt;br&gt;&amp;nbsp; &amp;nbsp;oo &amp;nbsp;// \\ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;De Chelonian Mobile&amp;quot;
&lt;br&gt;&amp;nbsp; (_,\/ \_/ \ &amp;nbsp; &amp;nbsp; TortoiseSVN
&lt;br&gt;&amp;nbsp; &amp;nbsp; \ \_/_\_/&amp;gt; &amp;nbsp; &amp;nbsp;The coolest Interface to (Sub)Version Control
&lt;br&gt;&amp;nbsp; &amp;nbsp; /_/ &amp;nbsp; \_\ &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://tortoisesvn.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426771&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426771&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629938&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSVNCache.exe-performance-issues-and-caching-results-tp26622195p26629938.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629766</id>
	<title>Re: Due date to release the next version</title>
	<published>2009-12-03T09:24:57Z</published>
	<updated>2009-12-03T09:24:57Z</updated>
	<author>
		<name>Stefan Küng</name>
	</author>
	<content type="html">On 03.12.2009 16:33, Kevin Radke wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 3, 2009 at 1:48 AM, Lübbe Onken
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629766&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;luebbe.tortoisesvn@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Rafael,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hey Lübbe, thank you (over and over again lol)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So, I'll say something but you wont belive. I already did it sometime
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ago, but I was not sure if I did correctly.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Well, I commited the TortoiseMerge manual (minutes ago) because this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; manual is already done! 100%.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cool, now we only have to remember to enable the ptBR translation (and
&lt;br&gt;&amp;gt;&amp;gt; some others) *before* the 1.6.7 release is tagged. We can't do that now,
&lt;br&gt;&amp;gt;&amp;gt; because it would result in download links that point into nirvana.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When will the &amp;quot;nightly&amp;quot; TortoiseSVN build of 1.6.x progress to use the
&lt;br&gt;&amp;gt; &amp;quot;nightly&amp;quot; Subversion 1.6.x
&lt;br&gt;&amp;gt; libraries? &amp;nbsp;(I'm asking because I would like to test my applied patch
&lt;br&gt;&amp;gt; to the svn 1.6.x branch that
&lt;br&gt;&amp;gt; fixes network connection leaks for svn:externals).
&lt;/div&gt;&lt;br&gt;The trunk nightly uses the 1.6.x branch of Subversion. So once your 
&lt;br&gt;change gets there, TSVN will use it.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ___
&lt;br&gt;&amp;nbsp; &amp;nbsp;oo &amp;nbsp;// \\ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;De Chelonian Mobile&amp;quot;
&lt;br&gt;&amp;nbsp; (_,\/ \_/ \ &amp;nbsp; &amp;nbsp; TortoiseSVN
&lt;br&gt;&amp;nbsp; &amp;nbsp; \ \_/_\_/&amp;gt; &amp;nbsp; &amp;nbsp;The coolest Interface to (Sub)Version Control
&lt;br&gt;&amp;nbsp; &amp;nbsp; /_/ &amp;nbsp; \_\ &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://tortoisesvn.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426769&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=2426769&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629766&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tortoisesvn---users-f10677.html&quot; embed=&quot;fixTarget[10677]&quot; target=&quot;_top&quot; &gt;tortoisesvn - users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Due-date-to-release-the-next-version-tp26584372p26629766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629879</id>
	<title>ANN: SmartSVN 6.5 RC2 available</title>
	<published>2009-12-03T09:05:31Z</published>
	<updated>2009-12-03T09:05:31Z</updated>
	<author>
		<name>syntevo Support-3</name>
	</author>
	<content type="html">SmartSVN 6.5 RC2
&lt;br&gt;================
&lt;br&gt;The second release candidate for SmartSVN 6.5 is available
&lt;br&gt;for download at
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.syntevo.com/smartsvn/eap.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syntevo.com/smartsvn/eap.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.syntevo.com/smartsvn/changelog-eap.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syntevo.com/smartsvn/changelog-eap.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Best regards,
&lt;br&gt;Marc Strapetz
&lt;br&gt;=============
&lt;br&gt;syntevo GmbH
&lt;br&gt;&lt;a href=&quot;http://www.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://blog.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Yahoo! Groups Links
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To visit your group on the web, go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your email settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Individual Email | Traditional
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings online go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/join&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (Yahoo! ID required)
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings via email:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629879&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-digest@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629879&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-fullfeatured@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629879&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://docs.yahoo.com/info/terms/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.yahoo.com/info/terms/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SmartSVN-f22531.html&quot; embed=&quot;fixTarget[22531]&quot; target=&quot;_top&quot; &gt;SmartSVN&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ANN%3A-SmartSVN-6.5-RC2-available-tp26629879p26629879.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629602</id>
	<title>Re: Feature Request</title>
	<published>2009-12-03T08:47:37Z</published>
	<updated>2009-12-03T08:47:37Z</updated>
	<author>
		<name>syntevo Support-3</name>
	</author>
	<content type="html">I've added this RFE to our issue tracker, but you are right -- it's a quite
&lt;br&gt;hard task with a lot of border cases.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Best regards,
&lt;br&gt;Thomas Singer
&lt;br&gt;=============
&lt;br&gt;syntevo GmbH
&lt;br&gt;&lt;a href=&quot;http://www.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://blog.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;baby &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629602&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;baby@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; In the Project Manager - this is probably a pain to implement - &amp;nbsp;
&lt;br&gt;&amp;gt; multiple project drag and drop to Groups would be nice. Right now, you &amp;nbsp;
&lt;br&gt;&amp;gt; can only drag one, and since I just discovered this feature I have &amp;nbsp;
&lt;br&gt;&amp;gt; many projects to drag around!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -baby
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Yahoo! Groups Links
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To visit your group on the web, go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your email settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Individual Email | Traditional
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings online go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/join&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (Yahoo! ID required)
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings via email:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629602&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-digest@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629602&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-fullfeatured@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629602&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://docs.yahoo.com/info/terms/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.yahoo.com/info/terms/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SmartSVN-f22531.html&quot; embed=&quot;fixTarget[22531]&quot; target=&quot;_top&quot; &gt;SmartSVN&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feature-Request-tp26612667p26629602.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628674</id>
	<title>Re: Limited Permissions for users</title>
	<published>2009-12-03T08:14:41Z</published>
	<updated>2009-12-03T08:14:41Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Dec 3, 2009, at 09:53, Juan Jesús Cremades Monserrat wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've created a new repository and this is my Location tag:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;Location /svn&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;DAV svn
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;SVNParentPath /var/svn
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; AuthType Basic
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; AuthName &amp;quot;Subversion repos&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; AuthUserFile /etc/***
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Require valid-user
&lt;br&gt;&amp;gt; &amp;lt;/Location&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, into de /var/svn folder there are three projects proy1, p2 &amp; p3, and I want that user1 can access only to proy1. How can I do? Thanks!
&lt;/div&gt;&lt;br&gt;Have you read about path-based authorization in the book?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426746&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2426746&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628674&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628674&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Limited-Permissions-for-users-tp26628300p26628674.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628340</id>
	<title>[Issue 3543]  mod_dav_svn: Error messages from pre-revprop-change are discarded</title>
	<published>2009-12-03T07:57:21Z</published>
	<updated>2009-12-03T07:57:21Z</updated>
	<author>
		<name>Jon Foster-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3543&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3543&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonfoster@...&lt;/a&gt; Thu Dec &amp;nbsp;3 07:57:19 -0800 2009 -------
&lt;br&gt;Created an attachment (id=1072)
&lt;br&gt;Reproduction recipe - shows meaniningless error &amp;quot;Could not execute PROPPATCH.&amp;quot;
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426739&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426739&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628340&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3543--New---mod_dav_svn%3A-Error-messages-from-pre-revprop-change-are-discarded-tp26628284p26628340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628327</id>
	<title>[Issue 3543]  mod_dav_svn: Error messages from pre-revprop-change are discarded</title>
	<published>2009-12-03T07:56:31Z</published>
	<updated>2009-12-03T07:56:31Z</updated>
	<author>
		<name>Jon Foster-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3543&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3543&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonfoster@...&lt;/a&gt; Thu Dec &amp;nbsp;3 07:56:31 -0800 2009 -------
&lt;br&gt;Created an attachment (id=1071)
&lt;br&gt;Reproduction recipe - shows error from revert rather than change
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426738&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426738&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628327&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3543--New---mod_dav_svn%3A-Error-messages-from-pre-revprop-change-are-discarded-tp26628284p26628327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628304</id>
	<title>[Issue 3542]  pre-revprop-change hook executed twice by mod_dav_svn</title>
	<published>2009-12-03T07:55:03Z</published>
	<updated>2009-12-03T07:55:03Z</updated>
	<author>
		<name>Jon Foster-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3542&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3542&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;User jonfoster changed the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; What &amp;nbsp; &amp;nbsp;|Old value &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |New value
&lt;br&gt;================================================================================
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.x
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628304&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonfoster@...&lt;/a&gt; Thu Dec &amp;nbsp;3 07:55:03 -0800 2009 -------
&lt;br&gt;This is related to Issue 3543 - &amp;quot;Error messages from pre-revprop-change are
&lt;br&gt;discarded&amp;quot;. &amp;nbsp;Originally these were reported at the same time, but I've split
&lt;br&gt;them into separate issues for the issue tracker.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426736&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426736&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628304&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3542--New---pre-revprop-change-hook-executed-twice-by-mod_dav_svn-tp26628050p26628304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628284</id>
	<title>[Issue 3543] New - mod_dav_svn: Error messages from pre-revprop-change are discarded</title>
	<published>2009-12-03T07:53:44Z</published>
	<updated>2009-12-03T07:53:44Z</updated>
	<author>
		<name>Jon Foster-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3543&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3543&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|3543
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|mod_dav_svn: Error messages from pre-revprop-change ar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |e discarded
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|subversion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|1.6.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|DEFECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|mod_dav_svn
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@subversion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|jonfoster
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonfoster@...&lt;/a&gt; Thu Dec &amp;nbsp;3 07:53:43 -0800 2009 -------
&lt;br&gt;I'm trying to change a revision property on a repository that's accessed via 
&lt;br&gt;mod_dav_svn. &amp;nbsp;The property change is being denied by my pre-revprop-change
&lt;br&gt;script, with a useful error message.
&lt;br&gt;&lt;br&gt;Expected behaviour: If the pre-revprop-change script fails with a message, then
&lt;br&gt;that message should be shown to the user.
&lt;br&gt;&lt;br&gt;Actual behavior: This error message is not being displayed. &amp;nbsp;Currently, the
&lt;br&gt;pre-revprop-change hook script is being called twice (see Issue 3542). &amp;nbsp;Any
&lt;br&gt;informative error messages from the first invocation of the pre-revprop-change
&lt;br&gt;script are being lost. &amp;nbsp;If the second invocation of the hook script returns an
&lt;br&gt;error message, then this will be returned to the user. &amp;nbsp;If not, then the generic
&lt;br&gt;error message &amp;quot;Could not execute PROPPATCH.&amp;quot; is returned.
&lt;br&gt;&lt;br&gt;I have Wireshark packet traces that show that the problem is at the server end.
&lt;br&gt;&amp;nbsp;The client just prints out the message the server sends.
&lt;br&gt;&lt;br&gt;Causes:
&lt;br&gt;&lt;br&gt;- httpd/modules/dav/main/props.c:dav_prop_exec() wraps the useful error message
&lt;br&gt;in a useless &amp;quot;Could not execute PROPPATCH.&amp;quot; message.
&lt;br&gt;&lt;br&gt;- httpd/modules/dav/main/props.c:dav_prop_rollback() takes any error messages
&lt;br&gt;from the rollback and uses them in preference to the (much more useful) original
&lt;br&gt;error. &amp;nbsp;(The original error is preserved as an inner error, but...)
&lt;br&gt;&lt;br&gt;- httpd/modules/dav/main/mod_dav.c:dav_failed_proppatch() only reports the outer
&lt;br&gt;error, not any inner errors.
&lt;br&gt;&lt;br&gt;I am using Subversion 1.6.6 and Debian's Apache httpd 2.2.9, but I
&lt;br&gt;can't see any relevant changes in Apache httpd's SVN Trunk.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426734&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426734&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628284&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3543--New---mod_dav_svn%3A-Error-messages-from-pre-revprop-change-are-discarded-tp26628284p26628284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628300</id>
	<title>Limited Permissions for users</title>
	<published>2009-12-03T07:53:25Z</published>
	<updated>2009-12-03T07:53:25Z</updated>
	<author>
		<name>Tremal</name>
	</author>
	<content type="html">Hi, &lt;br&gt;&lt;br&gt;I&amp;#39;ve created a new repository and this is my Location tag:&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;&amp;lt;Location /svn&amp;gt;&lt;br&gt;   DAV svn&lt;br&gt;   SVNParentPath /var/svn&lt;br&gt;      AuthType Basic&lt;br&gt;      AuthName &amp;quot;Subversion repos&amp;quot;&lt;br&gt;
      AuthUserFile /etc/***&lt;br&gt;      Require valid-user&lt;br&gt;&amp;lt;/Location&amp;gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;Well, into de /var/svn folder there are three projects proy1, p2 &amp;amp; p3, and I want that user1 can access only to proy1. How can I do? Thanks!&lt;br&gt;

&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Limited-Permissions-for-users-tp26628300p26628300.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628104</id>
	<title>Preferred SVN hosting site?</title>
	<published>2009-12-03T07:43:50Z</published>
	<updated>2009-12-03T07:43:50Z</updated>
	<author>
		<name>mgstauffer</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Does anyone have good or bad experiences to share about using SVN hosting
&lt;br&gt;sites? I'm particularly interested in security for a commercial source code
&lt;br&gt;repository. Any favorite hosts or ones to avoid?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks,
&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Yahoo! Groups Links
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To visit your group on the web, go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your email settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Individual Email | Traditional
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings online go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/join&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (Yahoo! ID required)
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings via email:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628104&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-digest@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628104&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-fullfeatured@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628104&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://docs.yahoo.com/info/terms/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.yahoo.com/info/terms/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SmartSVN-f22531.html&quot; embed=&quot;fixTarget[22531]&quot; target=&quot;_top&quot; &gt;SmartSVN&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Preferred-SVN-hosting-site--tp26628104p26628104.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628065</id>
	<title>[Issue 3542]  pre-revprop-change hook executed twice by mod_dav_svn</title>
	<published>2009-12-03T07:42:17Z</published>
	<updated>2009-12-03T07:42:17Z</updated>
	<author>
		<name>Jon Foster-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3542&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3542&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628065&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonfoster@...&lt;/a&gt; Thu Dec &amp;nbsp;3 07:42:16 -0800 2009 -------
&lt;br&gt;Created an attachment (id=1070)
&lt;br&gt;Shell script to reproduce issue
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426729&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2426729&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628065&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3542--New---pre-revprop-change-hook-executed-twice-by-mod_dav_svn-tp26628050p26628065.html" />
</entry>

</feed>
