386
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes the last commit, in which there were still references to RepositoryResourceVisitor instead of IRepositoryResourceVisitor. More... almost 22 years ago
Added the IRepositoryResourceVisitor, as well as Accept methods in the RepositoryResource classes More... almost 22 years ago
Implemented RepositoryDirectory.GetChildren. More... almost 22 years ago
Added the RepositoryResourceDictionary collection class More... almost 22 years ago
Moved LocalResourceDictionary into the NSvn namespace, from NSvn.Core in which it was erroneously residing More... almost 22 years ago
Changed the implementation of instance data caching to take into account that not all changes to an item would affect the modification time on the file. Now checks the timestamp on the administrative directory as well. More... almost 22 years ago
Renamed RepositoryItem to RepositoryResource More... almost 22 years ago
Implemented WorkingCopyDirectory.Children More... almost 22 years ago
A /src/NSvn.Tests/TestBase.cs - Base class for NSvn.Tests tests More... almost 22 years ago
Renamed all classed named XXXItem to XXXResource. Updated all callers More... almost 22 years ago
Added more operations to the ILocalItem interface. Removed the test that broke the previous build. More... almost 22 years ago
Implemented preliminary support for propagating notifications to clients. More... almost 22 years ago
The build file now includes the wc.zip and repos.zip files as resources More... almost 22 years ago
Fixed the last fix, in which I forgot that you had to escape backslashes... More... almost 22 years ago
Fixed the test to check for backslashes More... almost 22 years ago
Added references to the NAnt build files in order to make it build. More... almost 22 years ago
Added some text on development tools and reorganized the lists of content More... almost 22 years ago
Implemented Client::RevPropGet. Rebuilt Subversion 0.20 and discovered that they had included a new input parameter in svn_client_cleanup(dir, ctx, pool). Client::Cleanup was therefore modified. More... almost 22 years ago
Implemented the RepositoryItem, RepositoryFile and RepositoryDirectory classes, as well as a test for same. More... almost 22 years ago
Changed text and added some files.
Per
More... almost 22 years ago
M /src/NSvn.Core.Tests/CommitTest.cs - TestCommitWithLogMessage now no longer assumes the path given to the callback function uses forward slashes More... almost 22 years ago
Implemented tests for UnversionedItem.Add More... almost 22 years ago
Added more text to the following files. Added a img directory and an image.
Per
More... almost 22 years ago
Added text to the following files. Splitting up the submitt so it won't be so big.
Per
More... almost 22 years ago
Implemented classes for unversioned items. More... almost 22 years ago
M /src/NSvn/WorkingCopyItem.cs - Made the constructor normalize the path. M /src/NSvn.Tests/NSvn.Tests.csproj - Added references to relevant projects. M /src/NSvn.Tests/WorkingCopyItemTest.cs - Implemented tests for Status, Commit and Update More... almost 22 years ago
M /src/NSvn.Core/CommitItem.h - Now converts the path to local style. Constructor now takes a pool argument. M /src/NSvn.Core/ClientContext.cpp - Provides a pool argument to the CommitItem ctor. More... almost 22 years ago
Changed TestBase so that it dynamically decided the full name of its embedded resources. More... almost 22 years ago
Implemented headers and chapter number. Added and modified text. More... almost 22 years ago
Added "Ankh help" project to src.sln
Per
More... almost 22 years ago