[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: migrate svn 1.4 to 1.6

From: ankush chadha <ankushchadha2003_at_yahoo.com>
Date: Fri, 18 Feb 2011 10:58:30 -0800 (PST)

> Also make sure to upgrade all the svn client applications to 1.6 after
>upgrading
>
> your svn server and the repository to 1.6. There were issues with non recursive
>
> checkouts using some svn client applications.

>Which issues in particular?
>Can you point to relevant mailing list threads or issue numbers?
>Because how can people tell whether the issue might affect them
>if they can't get more specific information about the problem?
>How can they tell whether the problem might be serious or benign
>for their use cases?

>In general, any compatibility issues between clients and servers
>of different versions can be found in the compatibility tables in
>the release notes. For 1.5 and 1.6 this would be:
>http://subversion.apache.org/docs/release-notes/1.5.html#new-feature-compatibility-table
>
>http://subversion.apache.org/docs/release-notes/1.6.html#new-feature-compatibility-table
>

>If the issue you're referring to isn't listed there, it would help
>if you could point at more specific information. (I'm also interested
>because I'd like to know about the issue -- I cannot recall it off the
>top of my head.) Thanks!

Hi Stefan

This is what I posted more than an year back. I was mainly facing two issues
when I was using svnant that internally uses svnkit.

http://readlist.com/lists/subversion.tigris.org/users/10/52332.html
http://article.gmane.org/gmane.comp.version-control.subversion.subclipse.user/15584/match=

Performance issue I was able to resolve by upgrading svnkit that was shipped
with svnant. I added bunch of additional svnkit dependencies to the classpath
(jna) and set one of the parameters to false (set svnkit.symlinks=false
)

I was able to workaround the second issue by not performing non recursive svn
checkouts using svnant.

Ankush

      
Received on 2011-02-18 19:59:09 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.