Code Monkey home page Code Monkey logo

svn-manager's Introduction

SVN Manager

Build status

GitHub opened issues

Donate

What it is

SVN Manager is a Windows Service licensed under the MIT license that allows you to create some automated tasks as well as open up a REST API endpoint (using NancyFx) for creating users and repositories.

It will also facilitate automated backups and (currently) upload those to Amazon S3. Over time this will be made more modular so other providers can be used.

What it isn't

This service will not provide a web interface for browsing SVN (at least for now - this may be added later). It will let you see a list of existing repositories and allow you to create new ones.

svn-manager's People

Contributors

ahwm avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

svn-manager's Issues

Tests

Needs to have tests

SVN Manager crashes when configuration is reloaded

SVN Manager crashes when re-instantiating NancyHostControl object

host = new NancyHostControl(InterfaceUrlHost, InterfaceUrlPort, InterfaceUrlHttps);

_host = new NancyHost(new Uri($"{scheme}://{host}:{port}"));

Application: SvnManager.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
   at System.ThrowHelper.ThrowArgumentException(System.ExceptionResource)
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Insert(System.__Canon, System.__Canon, Boolean)
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Add(System.__Canon, System.__Canon)
   at SvnManager.WebUI.Bootstrapper.ConfigureApplicationContainer(Nancy.TinyIoc.TinyIoCContainer)
   at Nancy.Bootstrapper.NancyBootstrapperBase`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Initialise()
   at Nancy.Hosting.Self.NancyHost..ctor(Nancy.Bootstrapper.INancyBootstrapper, Nancy.Hosting.Self.HostConfiguration, System.Uri[])
   at Nancy.Hosting.Self.NancyHost..ctor(System.Uri[])
   at SvnManager.WebUI.NancyHostControl..ctor(System.String, Int32, Boolean)
   at SvnManager.SvnManagerService.Monitor_Reloaded(System.Object, System.EventArgs)
   at SvnManager.ConfigMonitor.Watcher_Changed(System.Object, System.IO.FileSystemEventArgs)
   at System.IO.FileSystemWatcher.OnChanged(System.IO.FileSystemEventArgs)
   at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32, System.String)
   at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)

Refactor Backup

Need to make the backup provider more modular. This means creating an interface and implementing that for the existing S3 provider.

Fix Backup

Pull bucket name and credentials from app.config instead of hardcoding them

Also need to pull backup location from app.config

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.