Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 2 of 3

This small utility applet is written in C++ to keep the interface layering to a minimum when integrating your own diff3 program (such as Kdiff3) into Subversion or TortoiseSVN. Subversion allows you to configure it to plug in a different diff3 program. Most people will use a script file, but when ... [More] running with TortoiseSVN, this can be very painful. For every merge, a separate command console is launched and the interface script file is executed to launch kdiff3. When merging hundreds or thousands of files, this quickly becomes unworkable. In order to speed this up and to make it more seamless, a lower-level C++ shim is needed. No interface console will be created. Instead, redirected console pipelines will be used, and any error return codes will be bubbled up to the user to display in a nice integrated error dialog box from TortoiseSVN. [Less]

0
 
  0 reviews  |  0 users  |  496 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

TortoiseSVN

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

Welcome to the CSharpTest.Net code libraryProject Home: http://csharptest.net Status: Ready for use PurposeProvide an open source code library for basic needs not met by the core .Net Framework infrastructure. Demonstrate a real-world example of keeping code simple by design. Show proven ... [More] best-practices of delivering solid code with coverage-based testing. LibrariesCSharpTest.Net.Logging - A fully-functional logging system for .Net applications. Provides ASP.Net trace and diagnostic trace output as well as rolling log files. Attach an event for even more flexibility. Simple by design and extremly fast and fault tolerant. Utility ClassesShared/ArgumentList.cs - a command-line program argument parser that exposes named items (i.e. /name=value or -name:value) and unnamed items in an easy to use collection format. I invariably rely on this utility when witting command-line tools. Shared/Check.cs - another very simple tool used to assert argument input to a method. It includes just the basics and can expanded to your needs. The default static methods NotNull, NotEmpty, and IsEqual are used to make the assertions and generate appropriate exceptions. Shared/Configuration.cs - contains a templated base class used to implement a basic System.Configuration.ConfigurationSection. The class simply uses an XmlSerializer for the type argument specified and deserializes while validating against an XSD file. Essentially this circumvents much of the system configuration mechanics and complexities to ease the development. Shared/FileList.cs - a simple file enumeration class that can be used to easily find sets of files. Provide it a list of directory and/or file names and simply let it figure it out. It will raise an event for custom filter or has some simple attribute-level filtering built-in. Shared/QuickLog.cs - an EXTREMELY basic implementation of a logging API. Easy to extend by implementation of an event but sufficient to use by itself for some needs. It's own API can be used directly or all calls to System.Trace.Write(...) will also be directed to the current output log file. The log does not roll until the application is restarted at which time the old log is renamed to '.bak' to maintain one historical log. [Less]

0
 
  0 reviews  |  0 users  |  55,149 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

This page no longer maintained. For viewing last changes please visit http://svnnotifier.tigris.org/SVN Notifier is a simple and useful tool to monitor your Subversion project repository for changes. SVN Notifier notifies you about recent commits and helps you keep your local copy up to date. You ... [More] can review all the changes and update your local copy right from the application. This software has been developed for internal use at CHD Ltd (www.chd.lv). But as it is not related to company's main business (retail solutions, cash registers, etc.) the company gave us permission to release SVN Notifier under GNU License to support the open source community. SVN Notifier is free software for both personal and commercial use. Developers: Vlad Rudenko, Aleksej Vaschenko, Nikolaj Nahimov. Run requirementsSubversion (Latest version) TortoiseSVN (Latest version) Windows 2000/XP Microsoft .NET Framework 1.1 Screenshorts Build requirementsMicrosoft Visual Studio .NET 2003, C# [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

An issue tracker plug-in for TortoiseSVN. It is expected to be independent of any other relevant database or website, but only subversion itself. All issues (or tasks) will be written in flat files, which can be easily stored and compared by subversion.

0
 
  0 reviews  |  0 users  |  348,302 lines of code  |  0 current contributors  |  Analyzed about 20 hours ago
 
 

A project that is an IBugTraqProvider shim for implementing an issue tracker integration with TSVN in IronPython. This project is currently in its incubation period.

0
 
  0 reviews  |  0 users  |  452 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Curtle is a TortoiseSVN plug-in (an IBugTraqProvider implementation) for issue tracker systems like AxoSoft OnTime and FogBugz. The code is based on Gurtle.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

Normally a Development Home of my Ongoing OpenSource work. On launch *most* of these progress to be moved into GITHUB Home of: Dreamweaver Extensions - * SVNWeaver - SVN in Dreamweaver Integration * GITWeaver - GIT in Dreamweaver Integration * HTML5Weaver - Adds HTML5 DocType (pre CS5 ... [More] only) jQuery Plugins - * fuFade - Slideshow Plugin for jQuery * fuGMaps - GoogleMaps made Easy RedmineTSVN - TortoiseSVN/GIT plugin integrating a GURTLE style issue list for redmine. Moved to its own project now ( http://code.google.com/p/redmine-projects/ ) after starting a collaboration with Joshua Stein. [Less]

5.0
 
  0 reviews  |  0 users  |  31,353 lines of code  |  1 current contributor  |  Analyzed almost 2 years ago
 
 

This project provides a Redmine Issue tracker plugin for TortoiseSvn (1.5.3 and up). The original author is Bertrand Larat

0
 
  0 reviews  |  0 users  |  2,287 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Art Diff is a multiplatform application (Win/Mac/Linux) that allows you to visually compare two copies of an 3D model or image contained in a Subversion Repository using Tortoise SVN. It works by Tortoise SVN passing the filename parameters of the base and modified versions of the image to the ... [More] Art Diff application which loads the files into two views which you can then switch between to visually look for differences. It should work with all the 3D models that Irrlicht (http://irrlicht.sourceforge.net/) supports. The compatible file models are: Irrlicht scenes (.irr, r/w) Irrlicht static meshes (.irrmesh, r/w) 3D Studio meshes (.3ds, r) B3D files (.b3d, r) Alias Wavefront Maya (.obj, r/w) Lightwave Objects (.lwo, r) COLLADA 1.4 (.xml, .dae, r/w) Microsoft DirectX (.x, r) (binary & text) Milkshape (.ms3d, r) OGRE meshes (.mesh, r) My3DTools 3 (.my3D, r) Pulsar LMTools (.lmts, r) Quake 3 levels (.bsp, r) Quake 2 models (.md2, r) Quake 3 models (.md3, r) DeleD (.dmf, r) FSRad oct (.oct, r) Cartography shop 4 (.csm, r) STL 3D files (.stl, r/w) [Less]

0
 
  0 reviews  |  0 users  |  249,548 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.