| Change Set |
Date |
Downloads |
Comment |
38362
by
HectorSosaJr
|
Aug 5 at
3:20 AM
|
29 |
Updated Nini.dll to use the .NET 2.0 version. |
38360
by
HectorSosaJr
|
Aug 5 at
3:19 AM
|
37 |
Now parsing groups and group members in the authz file. Added a new property called Groups in the SvnServeRepository class.
|
38074
by
HectorSosaJr
|
Aug 4 at
5:11 AM
|
32 |
Renamed SVNAuthorizationController to SVNAuthorizationProvider and updated all references.
|
37178
by
HectorSosaJr
|
Aug 1 at
9:51 AM
|
29 |
Some small tweaks to help debugging.
|
36876
by
HectorSosaJr
|
Jul 31 at
8:21 AM
|
16 |
|
36871
by
HectorSosaJr
|
Jul 31 at
8:04 AM
|
8 |
A little more work on parsing the authz file.
|
36408
by
HectorSosaJr
|
Jul 29 at
6:15 AM
|
4 |
Renamed SVNAuthorization to SVNAuthorizationController. Moved SVNAuthorizationAlias into its own file. Moved SVNAuthorizationGroup into its own file. Created SVNAuthorizationMember.cs
|
31495
by
HectorSosaJr
|
May 12 at
5:18 AM
|
17 |
Removed commented out code from LoadDumpFile() method in SubversionRepositoryBase class.
|
31494
by
HectorSosaJr
|
May 12 at
5:16 AM
|
15 |
Finally got the svadmin load command to work correctly with the Process class. I needed to write the dump file to the StandardInput StreamWriter, pass the contents of the dump file, then make sure to call the Close() method.
|
31456
by
HectorSosaJr
|
May 9 at
7:12 PM
|
20 |
Added ExecuteSvnCommandWithInput() function to handle the svnadmin load dumpfile command. This has not been tested yet. Just wanted to add it here so that I don't lose this bit of code. |
31215
by
HectorSosaJr
|
Apr 30 at
3:02 AM
|
17 |
SVNManagerLib.xml has changed with the new comments, so it needs to be put under source control. |
31214
by
HectorSosaJr
|
Apr 30 at
2:55 AM
|
17 |
Working on SubversionRepositoryBase.LoadDumpFile(). Haven't been able to figure out how to property escape the "svnadmin load" command. I need help! If anybody can figure this one out, please either provide a patch, or email me at hectorsosajr@gmail.com
|
31120
by
HectorSosaJr
|
Apr 23 at
6:16 AM
|
18 |
Added UpdateRealm() and UpdateSaslData() to SVNRepoConfig.cs to support changing the repository's realm, and the sasl encryption settings.
|
31119
by
HectorSosaJr
|
Apr 23 at
6:04 AM
|
15 |
SVNRepoConfig.cs will now attempt to read SASL information from svnserver.conf file.
|
30711
by
HectorSosaJr
|
Apr 6 at
4:51 AM
|
24 |
Added the SVNAuthorization file. It contains SVNAuthorization, SVNAuthorizationAlias, SVNAuthorizationGroup classes, and the PathAuthorizations enum. This is mostly a stub, and not complete. Still need to create a SVNAuthorizationProvider class to handle the actual reading and writing to the authz file.
|
30545
by
HectorSosaJr
|
Mar 31 at
7:21 AM
|
17 |
Removed LoadEntityInfo() and LoadEntityProperties() from the SVNFileSystemEntity.cs class to increase performance. These will need to be explicitly called to populate the Info and Properties collections.
|
30535
by
HectorSosaJr
|
Mar 30 at
9:51 PM
|
19 |
Added ignore rules for the lib folder; *.suo and *.user files. |
30527
by
HectorSosaJr
|
Mar 30 at
7:24 PM
|
23 |
Added RepositorySchemaVersion to SubversionRepositoryBase.cs. It just exposes the RepositorySchemaVersion property from SVNRepoConfig.cs that is held internally by SubversionRepositoryBase.cs. This will propagate to any classes that inherit from SubversionRepositoryBase.cs. |
30498
by
HectorSosaJr
|
Mar 30 at
6:56 AM
|
17 |
The SVNRepoConfig will now pick up the repository's schema version.
|
30462
by
HectorSosaJr
|
Mar 29 at
5:47 AM
|
18 |
SVNManagerLib.xml was updated when I added a few properties and documented them. These should be reflected when the SandCastle documentation project is compiled the next time. |
30461
by
HectorSosaJr
|
Mar 29 at
5:32 AM
|
22 |
Added the FileSystemType property to SVNFileSystemEntity.cs to help it keep track of whether it is a file or a directory.
|
30460
by
HectorSosaJr
|
Mar 29 at
5:27 AM
|
19 |
Added the FileSystemEntityType enum to the Common.cs file. This is to support SVNFileSystemEntity.cs.
|
30459
by
HectorSosaJr
|
Mar 29 at
4:57 AM
|
21 |
Added a reference to the newly added Nini.dll to the SVNManagerLib.csproj project.
|
30458
by
HectorSosaJr
|
Mar 29 at
4:56 AM
|
16 |
Added Nini.dll to the lib folder/directory for those people who want to use it as an external project for their projects, ie svn:external property. |
30353
by
HectorSosaJr
|
Mar 26 at
11:08 PM
|
28 |
Removed the en-US attributed from the AssemblyCulture property in AssemblyInfo.cs. This was preventing the TestHarness from running correctly. |