openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
AnkhSVN
Settings
|
Report Duplicate
386
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
13 days
ago. based on code collected
14 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 12 of 398
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rename the AnkhStatus class to SvnStatusData to match usage.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Services/Scc/Git/GitItem.State.cs * src/Ankh.Services/Scc/Git/IGitStatusCache.cs Remove 4.0 usings again :(
Bert Huijben
More...
about 10 years ago
Fully support git items in the AnkhSVN selection framework.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs * src/Ankh.Services/Scc/SccProvider.cs * src/Ankh.VS.UnitTest/Mocks/SelectionContext.cs Avoid unneeded CLS incompliant apis
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/Commands/SccCheckoutFailedProject.cs * src/Ankh.Services/Selection/ISelectionContext.cs * src/Ankh.Services/Selection/SvnHierarchy.cs * src/Ankh.VS.UnitTest/Mocks/SelectionContext.cs * src/Ankh.VS/Selection/SelectionContext.cs Rename class to avoid Svn prefix for scc generic code.
Bert Huijben
More...
about 10 years ago
Introduce a lot of git status cache plumbing by duplicating the svn specific framework.
Bert Huijben
More...
about 10 years ago
* src/Ankh.UI/Commands/AnnotateDialog.cs * src/Ankh.UI/Commands/ExportDialog.cs * src/Ankh.UI/IssueTracker/IssueTrackerSetupCommand.cs * src/Ankh.UI/MergeWizard/Commands/Merge.cs * src/Ankh.UI/PathSelector/VersionResolverService.cs * src/Ankh.UI/PendingChanges/Commits/PendingCommitItem.cs * src/Ankh.UI/PendingChanges/Conflicts/ConflictListItem.cs * src/Ankh.UI/RepositoryExplorer/Commands/RepositoryBrowseCommand.cs * src/Ankh.UI/SvnLog/Commands/CompareWithWorkingCopy.cs * src/Ankh.UI/SvnLog/Commands/ShowChanges.cs * src/Ankh.UI/WorkingCopyExplorer/Nodes/WCDirectoryNode.cs * src/Ankh.UI/WorkingCopyExplorer/Nodes/WCMyComputerNode.cs * src/Ankh.UI/WorkingCopyExplorer/WorkingCopyExplorerControl.cs * src/Ankh.VS.UnitTest/CommandRouting/CommandRoutingTest.cs * src/Ankh.VS.UnitTest/MenuItemTests/MenuItemCallback.cs * src/Ankh.VS.UnitTest/PackageTest.cs * src/Ankh.VS.UnitTest/Services/FileIconMapperTest.cs And more references
Bert Huijben
More...
about 10 years ago
* src/Ankh.VS/AnkhVSModule.cs Fix another reference
Bert Huijben
More...
about 10 years ago
* src/Ankh/Commands/AddItemCommand.cs * src/Ankh/Commands/AddToSccCommands.cs * src/Ankh/Commands/BranchSolutionCommand.cs * src/Ankh/Commands/ItemAnnotateCommand.cs * src/Ankh/Commands/ItemDelete.cs * src/Ankh/Commands/ItemEditPropertiesCommand.cs * src/Ankh/Commands/ItemIgnore.cs * src/Ankh/Commands/LogCommand.cs * src/Ankh/Commands/OpenFromSubversion.cs * src/Ankh/Commands/RepositoryExplorer/CopyToWorkingCopy.cs * src/Ankh/Commands/SwitchItemCommand.cs * src/Ankh/Commands/UpgradeWorkingCopy.cs * src/Ankh/Services/AnkhDiff.cs * src/Ankh/Services/PendingChanges/PendingCommitState.cs * src/Ankh/Services/SolutionSettings.cs Fix interface references.
Bert Huijben
More...
about 10 years ago
Rename the IFileStatusCache to ISvnStatusCache.
Bert Huijben
More...
about 10 years ago
Introduce GitItem and IGitStatusCache next to their Svn counterparts.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs Fix tooltip for properly deleted items: don't show missing.
Bert Huijben
More...
about 10 years ago
Fix two bugs caused by the recent refactorings: properly register service and don't reinitialize the project map when closing the solution.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Projects.cs Resolve old TODO and release build compilation problem.
Bert Huijben
More...
about 10 years ago
Rename the project layout service to 'Svn solution layout service' as that more closely documents what it is really about. This finalizes the extraction work from the Svn Scc provider.
Bert Huijben
More...
about 10 years ago
* src/Ankh.GitScc/GitSccProjectMap.cs * src/Ankh.Services/Scc/SccProjectMap.SccExcluded.cs Remove unneeded (and not 2.0) compatible usings.
Bert Huijben
More...
about 10 years ago
Implement the IProjectFileMapper on a separate service than the SVN service (which wouldn't work for git for obvious reasons).
Bert Huijben
More...
about 10 years ago
* src/Ankh.GitScc/GitSccProvider.cs * src/Ankh.Scc/ProjectTracker.Solution.cs * src/Ankh.Scc/SvnSccProvider.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Projects.cs * src/Ankh.Scc/SvnSccProvider.Solution.cs * src/Ankh.Scc/SvnSccProvider.SourceControl.cs * src/Ankh.Services/Ankh.Services.csproj * src/Ankh.Services/Scc/IAnkhSccProviderEvents.cs * src/Ankh.Services/Scc/ProjectMap/SccProjectFile.cs * src/Ankh.Services/Scc/SccProjectMap.cs * src/Ankh.Services/Scc/SccProjectMap.SccExcluded.cs * src/Ankh.Services/Scc/SccProjectMap.SolutionInfo.cs * src/Ankh.Services/Scc/SccProvider.cs * src/Ankh.Services/Scc/SccProvider.SolutionInfo.cs * src/Ankh.Services/Scc/SccProvider.SourceControl.cs Extract more project map code from the svn provider
Bert Huijben
More...
about 10 years ago
Extract events from the project tracker to the scc provider to a separate interface to allow making most things protected and moving the implementation to the generic scc provider.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/Ankh.Scc.csproj * src/Ankh.Scc/ProjectMap/SccSvnProject.cs * src/Ankh.Scc/ProjectMap/SvnSccProject.cs * src/Ankh.Scc/SvnSccProjectMap.cs Rename class
Bert Huijben
More...
about 10 years ago
Make the project map available for the git provider.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/ProjectMap/SccSvnProject.cs * src/Ankh.Scc/SccProjectMap.FileMap.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Glyphs.cs * src/Ankh.Scc/SvnSccProvider.QueryEditSave.cs * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/ProjectMap/SccProjectData.cs Use proper methods
Bert Huijben
More...
about 10 years ago
Integrate the newly extracted file and project map to a single class.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/Ankh.Scc.csproj * src/Ankh.Scc/SccFileMap.cs * src/Ankh.Scc/SccProjectMap.cs * src/Ankh.Scc/SvnSccProvider.cs * src/Ankh.Scc/SvnSccProvider.Enlistment.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Projects.cs * src/Ankh.Scc/SvnSccProvider.SourceControl.cs More project map extraction
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/Ankh.Scc.csproj * src/Ankh.Scc/SccProjectMap.cs * src/Ankh.Scc/SvnSccProvider.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Scc/SvnSccProvider.Projects.cs First step of extracting project mapping out of scc provider.
Bert Huijben
More...
about 10 years ago
* src/Ankh.UI/PathSelector/CommonFileSelectorDialog.cs Avoid more double work.
Bert Huijben
More...
about 10 years ago
Fix a scalability issue in the common pending change selection code, which most commonly triggers on operations performed on the solution.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs * src/Ankh.Services/Scc/PendingChange.cs * src/Ankh.Services/Scc/SccProvider.cs Add scc tooltip support to the generic Scc provider.
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Services/Scc/IAnkhGitSccService.cs * src/Ankh.Services/Scc/IAnkhProjectDocumentTracker.cs * src/Ankh.Services/Scc/IAnkhSccService.cs * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/ProjectMap/SccDocumentData.cs * src/Ankh.VS/Selection/SelectionContext.cs Move two functions to the right interface
Bert Huijben
More...
about 10 years ago
* src/Ankh.Scc/Commands/ProjectFileFilter.cs * src/Ankh.Scc/ProjectTracker.Solution.cs * src/Ankh.Scc/SccUI/ChangeSourceControl.cs * src/Ankh.Scc/SccUI/ChangeSourceControlRow.cs * src/Ankh.Scc/SvnSccProvider.FileMap.cs * src/Ankh.Services/Ankh.Services.csproj * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/IProjectInfo.cs * src/Ankh.Services/Scc/ISccProjectInfo.cs * src/Ankh.Services/Scc/PendingChange.cs * src/Ankh.Services/Scc/SvnItemData.cs * src/Ankh.UI/MergeWizard/Commands/Merge.cs * src/Ankh.VS.UnitTest/CommandRouting/CommandTests.cs * src/Ankh/Commands/AddToSccCommands.cs * src/Ankh/Commands/BranchSolutionCommand.cs * src/Ankh/Commands/ItemEditPropertiesCommand.cs * src/Ankh/Commands/LogCommand.cs * src/Ankh/Commands/SolutionCommitCommand.cs * src/Ankh/Commands/SolutionUpdateCommand.cs * src/Ankh/Commands/SwitchItemCommand.cs Rename ISvnProjectInfo to ISccProjectInfo
Bert Huijben
More...
about 10 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
397
398
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree