------------------------------------------------------------------------ r2133 | markphip | 2006-03-06 14:37:23 -0500 (Mon, 06 Mar 2006) | 9 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/resources/SVNWorkspaceRoot.java Replace use of Eclipse internal classes with official API. Suggested by: John Arthorne https://bugs.eclipse.org/bugs/show_bug.cgi?id=130571 NOTE: We do not know that we have experienced any problems because of this. It just makes sense to make this change. I am not planning to backport to 1.0.0 ------------------------------------------------------------------------ r2134 | markphip | 2006-03-07 12:00:11 -0500 (Tue, 07 Mar 2006) | 4 lines Changed paths: M /trunk/subclipse/core/lib/svnClientAdapter.jar M /trunk/svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/javahl/AbstractJhlClientAdapter.java Copy command would silently fail if no commit message was entered. Fixed all methods that take a commit message to work when a null is entered. Previously, only commit was doing this. ------------------------------------------------------------------------ r2150 | markphip | 2006-03-28 10:39:36 -0500 (Tue, 28 Mar 2006) | 6 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/client/PeekStatusCommand.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/commands/GetStatusCommand.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/resources/LocalResourceStatus.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/resources/RemoteResourceStatus.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/resources/ResourceStatus.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/status/StatusCacheManager.java Fixed some NPE's that can occur with svn:externals folder. This is because the svn status command returns a null for the URL for any folder that is an svn:external. Added code to run the svn info command on the local resource to retrieve the URL and correctly populate the value in our ResourceStatus object. ------------------------------------------------------------------------ r2151 | markphip | 2006-03-31 09:57:44 -0500 (Fri, 31 Mar 2006) | 2 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/client/OperationManager.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/resources/SVNWorkspaceRoot.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/status/SynchronizerSyncInfoCache.java Various tweaks to handle errors that occur when your Eclipse workspace is also a SVN working copy. ------------------------------------------------------------------------ r2157 | markphip | 2006-03-31 15:03:42 -0500 (Fri, 31 Mar 2006) | 1 line Changed paths: M /branches/1.0.x/subclipse/core/lib/svnjavahl.jar M /branches/1.0.x/subclipse/javahl-win32/libapr.dll M /branches/1.0.x/subclipse/javahl-win32/libapriconv.dll M /branches/1.0.x/subclipse/javahl-win32/libaprutil.dll M /branches/1.0.x/subclipse/javahl-win32/libdb43.dll M /branches/1.0.x/subclipse/javahl-win32/libeay32.dll M /branches/1.0.x/subclipse/javahl-win32/libsvnjavahl-1.dll M /branches/1.0.x/subclipse/javahl-win32/ssleay32.dll M /branches/1.0.x/svnClientAdapter/lib/svnjavahl.jar M /branches/1.0.x/svnClientAdapter/libsvnjavahl-1.dll M /trunk/subclipse/core/lib/svnjavahl.jar M /trunk/subclipse/javahl-win32/libapr.dll M /trunk/subclipse/javahl-win32/libapriconv.dll M /trunk/subclipse/javahl-win32/libaprutil.dll M /trunk/subclipse/javahl-win32/libdb43.dll M /trunk/subclipse/javahl-win32/libeay32.dll M /trunk/subclipse/javahl-win32/libsvnjavahl-1.dll M /trunk/subclipse/javahl-win32/ssleay32.dll M /trunk/svnClientAdapter/lib/svnjavahl.jar M /trunk/svnClientAdapter/libapr.dll M /trunk/svnClientAdapter/libapriconv.dll M /trunk/svnClientAdapter/libaprutil.dll M /trunk/svnClientAdapter/libdb43.dll M /trunk/svnClientAdapter/libeay32.dll M /trunk/svnClientAdapter/libsvnjavahl-1.dll M /trunk/svnClientAdapter/ssleay32.dll JavaHL Binaries for 1.3.1 ------------------------------------------------------------------------ r2164 | markphip | 2006-04-07 13:24:29 -0400 (Fri, 07 Apr 2006) | 1 line Changed paths: M /branches/1.0.x/subclipse/core/lib/javasvn.jar M /branches/1.0.x/svnClientAdapter/lib/javasvn.jar M /trunk/subclipse/core/lib/javasvn.jar M /trunk/svnClientAdapter/lib/javasvn.jar JavaSVN 1.0.4 ------------------------------------------------------------------------ r2181 | markphip | 2006-04-13 09:08:19 -0400 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/client/PeekStatusCommand.java Fix error message when sharing project with JavaHL. ------------------------------------------------------------------------ r2182 | markphip | 2006-04-13 09:17:11 -0400 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/commands/GetStatusCommand.java M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/status/StatusCacheManager.java Followup to r2181. Fixes some other places that might have the same problem. ------------------------------------------------------------------------ r2192 | markphip | 2006-04-14 17:02:15 -0400 (Fri, 14 Apr 2006) | 4 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/history/AliasManager.java Fix a NPE when doing the Branch/Tag option from repository view and then trying to use the Browse button to pick the URL. ------------------------------------------------------------------------ r2195 | markphip | 2006-04-18 11:56:27 -0400 (Tue, 18 Apr 2006) | 4 lines Changed paths: M /trunk/subclipse/core/META-INF/MANIFEST.MF A /trunk/subclipse/core/about.html A /trunk/subclipse/core/about.ini A /trunk/subclipse/core/about.properties M /trunk/subclipse/core/build.properties A /trunk/subclipse/core/svn.gif M /trunk/subclipse/doc/build.properties M /trunk/subclipse/feature/feature.xml M /trunk/subclipse/ui/META-INF/MANIFEST.MF M /trunk/subclipse/ui/build.properties M /trunk/subclipse/update-site/.sitebuild/sitebuild.xml M /trunk/subclipse/update-site/site.xml Packaging changes: Deploy and run as JAR Use core plugin as the branding plugin so that we can remove feature-plugin ------------------------------------------------------------------------ r2197 | markphip | 2006-04-25 08:58:19 -0400 (Tue, 25 Apr 2006) | 5 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/history/LogEntryChangePath.java Modified getAdapter() method to defer to base class unless an ISVNRemoteResource was needed. This removes a delay when right-clicking on an affected path. Patch by: Dave Irving ------------------------------------------------------------------------ r2206 | markphip | 2006-05-10 16:32:21 -0400 (Wed, 10 May 2006) | 4 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNProjectSetCapability.java Importing a Team Project Set fails on Eclipse 3.2 due to a rule failure. Issue #: 486 ------------------------------------------------------------------------ r2207 | markphip | 2006-05-10 17:21:09 -0400 (Wed, 10 May 2006) | 5 lines Changed paths: M /trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/messages.properties M /trunk/subclipse/ui/src/org/tigris/subversion/subclipse/ui/wizards/NewRemoteFolderWizard.java Create Remote Folder with Progress Monitor Patch by: Johan Compagner Issue #: 487 ------------------------------------------------------------------------ r2217 | markphip | 2006-05-12 10:34:22 -0400 (Fri, 12 May 2006) | 1 line Changed paths: M /trunk/subclipse/core/lib/svnClientAdapter.jar M /trunk/svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/SVNUrl.java Trim URL string in SVNUrl constructor. ------------------------------------------------------------------------ r2221 | markphip | 2006-05-19 11:29:46 -0400 (Fri, 19 May 2006) | 1 line Changed paths: M /branches/1.0.x/subclipse/core/lib/javasvn.jar M /branches/1.0.x/svnClientAdapter/lib/javasvn.jar M /trunk/subclipse/core/lib/javasvn.jar M /trunk/svnClientAdapter/lib/javasvn.jar M /trunk/www/subclipse/changes.html JavaSVN 1.0.5 ------------------------------------------------------------------------ r2226 | brockj | 2006-05-19 20:18:11 -0400 (Fri, 19 May 2006) | 1 line Changed paths: M /trunk/subclipse/core Commited branch property change ------------------------------------------------------------------------ r2230 | markphip | 2006-05-19 21:03:51 -0400 (Fri, 19 May 2006) | 1 line Changed paths: M /trunk/subclipse/core Update branch name in subclipse:tags prop ------------------------------------------------------------------------