Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
Being evaluated
1184 May 6 at 10:28 PM kolchak This is a fix to get the SvnBridgeViaIis builing outside of MS :) Changed:

<IISUrl>http://codeplex.redmond.corp.microsoft.com/</IISUrl>

To

<IISUrl>http://localhost/svnbridge</IISUrl>
Download

Being evaluated
1055 Apr 1 at 2:35 AM Ayende Not committing because there is a bug in the commit code related to renaming and committing and it is not 05:40 AM

Reverting GetLatestVersion() caching (breaks the tests).
Introducing tracing interceptor, and app.config level TraceEnabled that controls it.
Moved logging to a database as well.
Renamed RepositoryBase to DataAccessBase - better name on account of naming.
Introducing MissingFolderMetaData and MissingItemMetaData, so we don't have to get the real things from the server (significant performance boost).


Download

Applied
Feb 28
431 Oct 30 2007 at 6:52 PM codekaizen This patch replaces the patch I submitted below, which was missing the two additional files, as well as having subversion miscalculate two of the file's diff lines. Additionally, this patch applies to revision 12878 of the source.
Applied Feb 28 : Thanks for the patch, applied with some modifications
Download

Applied
Sep 5 2007
173 Jul 29 2007 at 7:46 AM ealbert When I try to commit changes using the bridge the path is missing the first character. When I debug the application it seems the code is expecting to find 11 characters before the activityID, in my case is only 10 characters, I had to do some changes in the application so it does not truncate the first character of the activityID.
The attached patch was created using TortoiseSVN.
Applied Sep 5 2007 : This issue is fixed now.
Download

Declined
Feb 28
751 Jan 28 at 10:13 PM HectorSosaJr There are several NullReferenceExceptions in various places. These were caused by missing files. I haven't been able to pin down why, but I suspect it has something to do with firewalls. The affected files are:

ReportHandler.cs
PropFindHandler.cs
TFSSourceControlProvider.cs

The checks for null allow SvnBridge to continue functioning without crashing.

I added the ability to read the tfsurl and port from a config file when it checks for the SettingsForm. The affected file is:

Program.cs - SvnBridge project
Declined Feb 28 : Cannot apply against current version. Can you update your code and try again? And please upload a patch file, not the actual changed files. This allows to perform merges even after the file was changed.


Declined
Feb 28
651 Jan 3 at 7:43 PM leblonk SvnBridge crashes in Helper.Encode (as called from ReportHandler.LogReport->Helper.EncodeB) when a history comment is empty, since history.Comment = null.
Changing Encode so it can handle null strings fixes this crash,
Declined Feb 28 : Cannot apply against current version. I did make the modifications, however.


Declined
Feb 28
418 Oct 26 2007 at 7:28 PM codekaizen This patch helps prevent unhandled exceptions which come from the TFS server from crashing the SvnBridge.

It modifies the Listener to notify via an event when an exception occurs when communicating with the server and the Presenter and View to display the error which is received. The implemented view, ToolTrayForm, displays a balloon tip with the error icon and the exception text.

It greatly increases the stability of the SvnBridge. I've been successfully using it daily, and when an error occurs, I close the TortoiseSVN window and retry the operation. The bridge appears stable and robust under these error scenarios after this patch is applied.
Declined Feb 28 : Not an updated patch


Updating...