Giter VIP home page Giter VIP logo

svnchangesetmaker's Introduction

SVNChangeSetCreator

Please Note: This project is under development. Not available for public use

Introduction

This helps to create a changeset of a given archive to the specified destination. The data will be copied under old/new directories respectively.

Colophon

How the changesets are made?

This application using SharpSVN 1.7 (x86) for populating the change list. The changesets are made using SvnClient class and check against LocalContentStatus. The implementation can be found at SvnChangeSet.cs in LibSvnChangeSet class The zip file is made using DotNetZip library and use can choose to zip or store as raw changes in the folder specified by the user

Background Worker

To get the changesets BackgroundWorker class is used. The user can give custom event handler to subscribe for notifications.

MetroUI

The Application features different type of UI. The standalone Metro application uses Mahapps.Metro Framework.

The woes of different .NET Frameworks (2.0 and 4.0)

This application is solely created using .NET Framework 4.0 but SharpSVN library is developed using .NET Framework 2.0. The applications neesd to change the app.config file as follows. (need to add useLegacyV2RuntimeActivationPolicy inside startup node.

<?xml version="1.0"?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
  </startup>
</configuration>

svnchangesetmaker's People

Contributors

sharat avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.