Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/maikebing/AnkhSVN


https://github.com/maikebing/AnkhSVN

* src/Ankh.Scc/PendingChangeManager.cs

Hook git changes, like how we hook svn changes.

6e56a9d319fbfdcca0cf7b172210d8f0e20850c3 authored almost 10 years ago by Bert Huijben <[email protected]>
Generalize the pending commits view a bit further by moving the wrapped

collection into the PendingCommitsView.

f70014819962c3d90249137995f93105c665d99e authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Collections/INotifyCollection.cs

* src/Ankh.Services/Collections/KeyedNotifyCollection.cs
* src/Ankh.Services/Collections/KeyedWra...

cb46d9c58ce65e6b18e4539e0d458759e0a80b47 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Collections/INotifyCollection.cs

* src/Ankh.Services/Collections/KeyedNotifyCollection.cs
* src/Ankh.Services/Collections/KeyedWra...

4fc7c072267f2278703c237c0f1ab6c8cced7e88 authored almost 10 years ago by Bert Huijben <[email protected]>
Further refactorings on the notify collections.

* src/Ankh.Scc/PendingChangeManager.cs
* src/Ankh.Scc/PendingChangeManager.Map.cs
* src/Ankh.Ser...

7dc62d5cba37c8dc962fc77f14646a4dd35c86ee authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Ids/AnkhId.cs

Add id of wpf package as guid to help test code.

f6d2a7156d542bfe99ac86a03ac6df82c273bf24 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS.IntegrationTest/IntegrationTest-Library/DialogboxPurger.cs

* src/Ankh.VS.IntegrationTest/IntegrationTest-Library/NativeMethods.cs
* src/Ankh.VS.IntegrationT...

fc221fab11102ea59db43df6d25b0f750b0121c8 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS.IntegrationTest/IntegrationTest-Library/DialogboxPurger.cs

* src/Ankh.VS.IntegrationTest/IntegrationTest-Library/NativeMethods.cs
* src/Ankh.VS.IntegrationT...

2d561233dbd00c2f4d835366c02e0d4e812bb755 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/Commits/PendingCommitItemCollection.cs

Remove usings that require a newer .Net version.

bc8a930511487a060fb4757506aa9ac79d4b20ee authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/Synchronize/SynchronizeItem.cs

Simlify code.

3532d034f2ff11e7a8ad8336a2e4a45a03080390 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/AnkhSvnPackage.SolutionProperties.cs

* src/Ankh.Scc/PendingChangeManager.Map.cs
* src/Ankh/Commands/SolutionCommitCommand.cs
Use eas...

3c25d0000e84c82adb5575c2688394dc08374f1e authored almost 10 years ago by Bert Huijben <[email protected]>
Replace the custom list wrapping in the pending changes with the standard

observable collection wrapping. This simplifies the code, avoids many UI
updates on refresh scena...

c58ec699820e610e860c3e35e79354df177825b5 authored almost 10 years ago by Bert Huijben <[email protected]>
Provide implementations of ToArray() and TryGetValue() on the collection

and keyed collection with notify classes, to allow using them as drop-in
replacement in more case...

54658527c68c53c243ecac691a7125002ff6d31a authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/AnkhRuntime.cs

* src/Ankh.Services/AnkhService.cs
Allow loading a service when no context is available, like f...

d2c04a08e5d3a54add6bb522eda56d1773e21258 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.WpfUI/Controls/PendingChangeItem.cs

* src/Ankh.WpfUI/Controls/PendingChangesUserControl.xaml
Provide some more useful bindings.

a8871f8c9ca35e0a55f4e9127d3f6b8a9e676dc8 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/BUILD.txt

Update solution file description.

aa6292688f967b035b4f986fd7f9b2bfb8cb0397 authored almost 10 years ago by Bert Huijben <[email protected]>
Wrap pending changes in the WPF control in a UI item to allow storing state

as checked/unchecked, etc.

* src/Ankh.WpfUI/Ankh.WpfUI.csproj
* src/Ankh.WpfUI/Controls/PendingC...

af8732a882ef9969d3261ff3cf238d6b5c931b76 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Selection/KeyedWrapCollectionWithNotify.cs

Fix some minor issues that make it impossible to use this class in real world
situations.

9c4c737624874e8d508aadb6e77e75982e501ab6 authored almost 10 years ago by Bert Huijben <[email protected]>
Cleanup observable collection implementation: Tweak interface definitions to

avoid having to document special behavior.

* src/Ankh.Services/Selection/CollectionWithNotify.cs...

2e718dba5b8d3f036d170f6fba17c647f8fbca31 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/PendingCommitsPage.cs

* src/Ankh.WpfUI/Controls/ReadOnlyObservableWrapper.cs
* src/Ankh.WpfUI/Controls/WpfUIFactory.cs
...

91917f00b5e0eaeb05d639e2757a2a729a8c75ff authored almost 10 years ago by Bert Huijben <[email protected]>
When performing a batch update to an observable collection, don't trigger

property change notifications on every change. Delay them just like the
item changes.

* src/Ankh...

f7fdb0034eec7f9fb5dbd1676a8c4f10675e17ba authored almost 10 years ago by Bert Huijben <[email protected]>
Extend our own observable collection framework with standardized wrapping support.

Automatically unhook parent when the class itself isn't hooked to allow GCing these
observing wra...

6765e843c322b457a80441056c58f7fa0ace8262 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS.WpfServices/Ankh.VS.WpfServices.csproj

* src/Ankh.WpfUI/Ankh.WpfUI.csproj
Mark as managed by Subversion.

cd4ab6b93858f6fd9f7cf4a507a938f547511c55 authored almost 10 years ago by Bert Huijben <[email protected]>
Fix a case where the pending change and the backing SvnItem got disconnected,

which causes the change to stay pending while there is no change.

This problem was introduced wh...

6a30fad8f754101b533fb8f4b5bbf34e2273ea7d authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/PendingChangeManager.Map.cs

Another attempt at fixing the non changes shown as pending changes.

cb59150faad41e5a0702451f2f8e94bb5d73cd06 authored almost 10 years ago by Bert Huijben <[email protected]>
Fix casing problem

59afa0426f56dc9773dd7fef319db2dc66e10aec authored almost 10 years ago by Bert Huijben <[email protected]>
Implement (debug only) a WPF listview as pending changes control. Currently

it just shows that the databinding works.

83d8ee129202d378e9857c3d823cf55f224f0059 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Scc/CollectionWithNotify.cs

Support wrapping a readonly collection with another readonly connection
and breaking the wrap...

77106d0550fe8ab8aadb341efad28b880033b2f7 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/PendingChangesToolControl.Designer.cs

* src/Ankh.UI/PendingChanges/PendingChangesToolControl.resx
Update designer code.

4e95f098ec99a7f978b6de0e8acfc5f5fba3dbbc authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/source.extension.VsixManifest

* src/Ankh.WpfEditor.Package/source.extension.vsixmanifest
Declare compatible with .Net 4.6.

aa8dcf3877a775320320f121a257f4fb7ecbac35 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/tools/Ankh.GenerateVSIXManifest/Program.cs

Declare compatibility with .Net 4.6

d0086363d0a84c5e2eeb52f20156a2c466d10890 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.ExtensionPoints/UI/IThemedControl.cs

Add missing xml documentation to suppress warnings.

912de32e8b38bdc869abb527c9591a9930245df2 authored almost 10 years ago by Bert Huijben <[email protected]>
Make instantiation of the pending changes listview in the toolwindow dynamic

to allow creating a second implementation for WPF.

e93ab044395de623f14e8876bedde0944e265c0b authored almost 10 years ago by Bert Huijben <[email protected]>
Remove some theming handling code, that will be obsoleted once we introduce

some WPF controls. Improve theming for dialogs for VS2013+.

* src/Ankh.ExtensionPoints/UI/ITheme...

78e8d63af57cf4dab1f34b28dadebfa460b39ade authored almost 10 years ago by Bert Huijben <[email protected]>
Remove .Net 4.5 specific override.

95759b8be16a12aa830a6f12a835af1a50a1458f authored almost 10 years ago by Bert Huijben <[email protected]>
Checkpoint WPF theming work.

400c972af1dfdfd6782c884c0b304b566358638e authored almost 10 years ago by Bert Huijben <[email protected]>
Tweak output paths and setup references of new assemblies.

eefeb0a67797fb33fec730a1c8b8c9a42c39d6e9 authored almost 10 years ago by Bert Huijben <[email protected]>
Add two new assemblies in preparation for adding WPF specific controls.

* src/Ankh.Votive.wixproj
* src/Ankh.VS.WpfServices
* src/Ankh.VS.WpfServices/Ankh.VS.WpfService...

f225cf3cef4e74378b37cf7d1aa5e1d092219027 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/PendingCommitsPage.Designer.cs

Update init code.

ee3a47f40cca40492708a1b5b64fa921c1b21589 authored almost 10 years ago by Bert Huijben <[email protected]>
Simplify pending change refresh code a bit in an attempt to fix an issue

where nonmodified items are shown.

12dff14ecfd8cf234e55f7ecf9f19423672f5091 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh/Services/ConfigService.cs

Tweak com interop attribute.

a26f5ecf0fc7e91e31626a9dbe52a9747170eecd authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/SvnSccProvider.Enlistment.cs

Remove unused interface.

47c43e2ca0f62a8139876049c5665a7fb2e3df75 authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpGit version and tweak about text.

9a4516413392245383200c0fbebfb4daf0c6eca4 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/PendingCommitsPage.cs

(OnPendingChangesChanged): Bail if destroyed.

b369f84ab0ea176902445c64d236712d678cc29e authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Scc/ISupportsCollectionChange.cs

Add where clauses to make .Net 2.0 happy.

fcc1cacc30a8b3b92697ee5eb49b70dfe1468402 authored almost 10 years ago by Bert Huijben <[email protected]>
* .

Set some svn:auto-props.

a61145843762a823da75781c377039239916acf4 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/PendingChangeManager.cs

Avoid early clear, which now clears Checked state.

* src/Ankh.UI/PendingChanges/PendingCommits...

d12477609875dd61cc1a4569606eab5b0e2a21dd authored almost 10 years ago by Bert Huijben <[email protected]>
Use the recently added readonly collection with notify support to expose the

pending changes to the rest of the api without a lot of custom handling.

* src/Ankh.Package/Ankh...

b8cb3bd1e2ef958793898d8778c53dcd81a5b0a7 authored almost 10 years ago by Bert Huijben <[email protected]>
Add read only wrappers for the collections with notify support to allow

safely using them in (internal) api definitions.

* src/Ankh.Services/Scc/CollectionWithNotify.cs...

c6f29ea5e26faa2e7a3e7a24f45e0d5aac0bb397 authored almost 10 years ago by Bert Huijben <[email protected]>
Switch the pending change collection to the new notify (aka observable)

collection code.

* src/Ankh.Scc/PendingChangeManager.cs
* src/Ankh.Scc/PendingChangeManager.Map....

ef9baa7393e44b293ffb631f78908e6f977a2607 authored almost 10 years ago by Bert Huijben <[email protected]>
Implement a specialized implementation of CollectionWithNotify that provides

typed items.

* src/Ankh.Services/Scc/CollectionWithNotify.cs
* src/Ankh.Services/Scc/ISupportsCo...

a9441328afbd6ab19741d9a27aa3c79f4cb34e20 authored almost 10 years ago by Bert Huijben <[email protected]>
Add support for simple optimized batch handling to the collections with

notify support.

* src/Ankh.Services/Scc/CollectionWithNotify.cs
* src/Ankh.Services/Scc/ISupport...

51de68e54d7d1e7d0ce895c04d1900adbf3c0432 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Ankh.Services.csproj

* src/Ankh.Services/AnkhContext.cs
* src/Ankh.Services/AnkhModule.cs
* src/Ankh.Services/AnkhRunt...

866695ea9ac208cb07964b4200c791e081a1fb52 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Scc/CollectionWithNotify.cs

* src/Ankh.Services/Scc/ISupportsCollectionChange.cs
* src/Ankh.Services/Scc/KeyedCollectionWithN...

1da8e52a365f73d5749cb68dff6de0fe2dc7c640 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Scc/KeyedCollectionWithNotify.cs

Fix recursion detection.

ec8480c2f0db4c2002fe1eee94a7f53acdb25dd7 authored almost 10 years ago by Bert Huijben <[email protected]>
Add some generic collections that allow external observers to track their

changes. This is plumbing for generalizing the pending change handling towards
WPF and Git.

This...

ddcecb0a53abfb2da3cdd05c789b85f48508070c authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Diff/Ankh.Diff.csproj

* src/Ankh.Scc/Ankh.Scc.csproj
Make VS2013 happy

7bfe5675d2d6c83182fa2685658349fe94885ee2 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.WpfEditor.Package/Services/ThemingService.GetTheme.cs

Don't rely on existance of .Net 4.5 overload of .GetValue()

2e21d430b324d7ce4bec39b5e3d6de35e4ad7a38 authored almost 10 years ago by Bert Huijben <[email protected]>
Obtain the current theme id in the same way as the Managed package

helper code does in VS 2013+.

* src/Ankh.Services/UI/IWinFormsThemingService.cs
Extend interfa...

5dff423cf1b049ace1e4ddea6d185852c5835890 authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version

52ee8f88d9b0576f5e847bd7a9b504b1604fb012 authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn to the 1.9.0-beta1 version

935f4c33debe004cbb0807fea3b44f398810ea37 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/ProgressDialog.cs

More notification handling tweaks.

b1fb39151dbb7eeaeccc095070dccfa8b2e48b55 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/ProgressDialog.cs

(OnClientNotify): Show full paths in Windows format.

b31a6c01f848e5dd180b4ea877ebf000dee2f248 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/ProgressDialog.cs

Properly handle two new notification types.

c4fe21f8875b758b904f0d3f3d58d3320d403515 authored almost 10 years ago by Bert Huijben <[email protected]>
Use newer SharpSvn to allow fixing some of the 1.9+ notifications

463143d269aa794d711817b46ffe114f4f9a75a7 authored almost 10 years ago by Bert Huijben <[email protected]>
Use Subversion 1.9 features of SvnClient instead of the SharpSvn specific

helpers on SvnWorkingCopyClient.

* src/Ankh.Scc/SvnSccContext.cs
Use MetaDataOnly copy via Svn...

aa56296db4d2e8d9a58a447e8fbfb0871d923b09 authored almost 10 years ago by Bert Huijben <[email protected]>
Switch AnkhSVN to SharpSvn 1.9.x (note that there is no wc format bump for this)

b1059e60fa4b610b70e06f6dbc087ca3ecd29cd0 authored almost 10 years ago by Bert Huijben <[email protected]>
Try to enable the 'Cleanup' command on directories that are locked even though

we can't really report the directory as versioned. At the same time hide
cleanup on single file s...

4715d6bf51d1391287c2d8f216b43657cbae713e authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpGit version

cbfa1a8166acdc257a92f0802b77a4a6310b0c49 authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn again, to obtain final serf buggy server regression fix.

9d262828947b1e2f8c0e4b76505fee02d2bf1d80 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/Gui/Gui-To-Ctc.xsl

* src/Ankh.Package/Gui/Gui-To-Vsct.xsl
Remove duplicated item.

ee25bb5c31423dcef363e7da5ba9f14d5e91aa59 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/AnkhSvn.sln

Following up on r12483, remove accidentally created solution configurations.

49532c94d1b8a357fe3d89bd955ab762f495fd3e authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS/SolutionExplorer/StatusImageMapper.cs

Remove a few impossible code paths.

3548d2585a0ead7471c79ac4a1589f5872b2f08b authored almost 10 years ago by Bert Huijben <[email protected]>
More statuscache generalization to integrate Git support.

* src/Ankh.GitScc/StatusCache/GitStatusCache.cs
* src/Ankh.Scc/ProjectTracker.Add.cs
* src/Ankh....

290cd258378c040172bcd77bed376db3a0199394 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.WpfEditor.Package/Ankh.WpfEditor.Package.csproj

Add missing reference for compiling in VS2015.

2051b8801342ff036f7fe9a7bfe7051718dc2c1a authored almost 10 years ago by Bert Huijben <[email protected]>
Fix some VS2015 compilation issues in utility projects.

* src/tools/Ankh.DotNet2Test/Ankh.DotNet2Test.csproj
* src/tools/Ankh.GenerateVSIXManifest/Ankh....

9d80c0cce4f45f4d530956369fa56d793d1852af authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.WpfEditor.Package/Ankh.WpfEditor.Package.csproj

Fix compilation from Visual Studio 2015.

d9baa0069775de496527b8cb746709c502e945bb authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn to obtain latest capi engine fixes.

b2f3cfb830343ab1d45f0700945c30db81280b3f authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn

6c5a6939e50f211c632cb37903aae4021b29d930 authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpGit to SGit 0.2200 (libgit2 0.22.0)

ffd29582e8d83a87cba5de4fc56d0d8e50ee123b authored almost 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version to obtain capi engine fixes

dc086d8f0858e18793404e811bc555816a6638b4 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh/Services/SolutionSettings.cs

Update comment.

ee11a7790611c0dd39455513a1f94ce36dab1514 authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/Commands/ProjectFileFilter.cs

* src/Ankh.Services/Commands/CommandAttribute.cs
* src/Ankh.Services/Commands/CommandMapItem.cs
*...

3c5e15325c61d1a5e187edcf05aeb0a0c18ade8f authored almost 10 years ago by Bert Huijben <[email protected]>
Just obtain a list of cached paths from the status cache instead of the actual

items, a all we do is process the paths.

* src/Ankh.GitScc/StatusCache/GitStatusCache.cs
* src/A...

52f7164d89e15f3f3756fa722ba6fce1b5438bce authored almost 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS/SolutionExplorer/SolutionExplorerWindow.cs

Also hook the git events.

129b76c146e295531cfc5e2d1df0e8a17193f848 authored about 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version to obtain OpenSSL patches

992c01e62d24f27dfd9b2e61a4f31f6010dc2b09 authored about 10 years ago by Bert Huijben <[email protected]>
Bump SharpGit version to obtain latest OpenSSL and to get the final missing

pieces to get some status reported.

* src/Ankh.Package/AnkhSvnPackage.GitScc.cs
Remove debug o...

8621a605ec10f44c62e8db84c89ce01710ee4f9e authored about 10 years ago by Bert Huijben <[email protected]>
Start producing some sensible status glyphs for Git files.

* src/Ankh.Services/Scc/Git/GitItem.cs
* src/Ankh.Services/Scc/Git/GitStatusData.cs
* src/Ankh.V...

7c21087593e0994adb5620110a0d7d2ebb845033 authored about 10 years ago by Bert Huijben <[email protected]>
Bump SharpGit to a version that provides directories during the status

walk operation, to allow working in a more Subversion compatible way.

* src/Ankh.GitScc/StatusCa...

ba00ad110310807e792f48bbf671176ed281c7fb authored about 10 years ago by Bert Huijben <[email protected]>
More status work for git. Not complete yet, as not providing directory

status values makes the svn status cache a bad fit for the git work.

* src/Ankh.Diff/Ankh.Diff.c...

76612fbc71cd3f56a185c3d713d62c03b00ab435 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/StatusCache/GitStatusCache.cs

* src/Ankh.Package/AnkhSvnPackage.SolutionProperties.cs
* src/Ankh.Scc/Ankh.Scc.csproj
* src/Ankh...

2846fe2d1f7fe99f14d34197e088b14653891705 authored about 10 years ago by Bert Huijben <[email protected]>
Generalize the status cache apis to allow more code reuse.

* src/Ankh.GitScc/StatusCache/GitStatusCache.cs
* src/Ankh.Scc/StatusCache/FileStatusCache.cs
* ...

bb70613a36f1b775f79ef1702be9adceae7ac77a authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/Ankh.GitScc.csproj

* src/Ankh.GitScc/GitSccProvider.cs
* src/Ankh.GitScc/GitSccProvider.Glyphs.cs
* src/Ankh.Service...

195460ee6cfe5ff30526c275e126308be2d3098a authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/AnkhService.cs

Tweak some cases: Don't call eventhandlers when finalizing. Use standard generic type name.

043b74b057ab451d82022dbc83dbd375053bb49b authored about 10 years ago by Bert Huijben <[email protected]>
Bump a few copyright years

4f9c09fb28d6e1d8c3ccc45f34494f2a6337a92b authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/AnkhSvnPackage.SolutionProperties.cs

Completely ignore SUO load failures. This will fix itself after the next save operation.

452e95a1acf6bfb0c53d04b7d9b50afea5ed6dca authored about 10 years ago by Bert Huijben <[email protected]>
Bump SharpGit to get libgit2 0.21.3

655c9a8a166a60a0bb077d158cd94cf1064dad8f authored about 10 years ago by Bert Huijben <[email protected]>
More GitItem plumbing.

* src/Ankh.GitScc/StatusCache/GitStatusCache.cs
* src/Ankh.Services/Ankh.Services.csproj
* src/A...

6621fb9e93d360d79a75f4f03ef3e810f0bd2be3 authored about 10 years ago by Bert Huijben <[email protected]>
Rename the AnkhStatus class to SvnStatusData to match usage.

* src/Ankh.GitScc/StatusCache/GitStatusCache.cs
* src/Ankh.Scc/StatusCache/FileStatusCache.cs
* ...

d09063cdd1c0c478d6937429a32c9d09ed6694a6 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Services/Scc/Git/GitItem.State.cs

* src/Ankh.Services/Scc/Git/IGitStatusCache.cs
Remove 4.0 usings again :(

118166776df5ec46fa2687bf5a62d0d1b051fbf9 authored about 10 years ago by Bert Huijben <[email protected]>