Projects tagged ‘sourcecontrol’


[18 total ]

3 Users

Git ExtensionsGit Extensions is a toolkit to make working with Git under Windows more intuitive. The shell extension will intergrate in Windows Explorer and presents a context menu on files and ... [More] directories. There is also a Visual Studio plugin to use git from Visual Studio. Sourcecode: http://github.com/spdr870/gitextensions/tree/master FeaturesWindows Explorer intergration for Git Visual Studio (2005/2008) plugin for Git Feature rich user interface for Git Single installer installs Git, GitExtensions and the mergetool KDiff3 32bit and 64bit support! Video tutorial1 Clone - Git Extensions - http://www.youtube.com/watch?v=TlZXSkJGKF8 2 Commit changes - http://www.youtube.com/watch?v=B8uvje6X7lo 3 Push changes - http://www.youtube.com/watch?v=JByfXdbVAiE 4 Pull changes - http://www.youtube.com/watch?v=9g8gXPsi5Ko 5 Handle merge conflicts - http://www.youtube.com/watch?v=Kmc39RvuGM8 LogView commit logThe full commit history can be browsed. There is a graph that shows branches. Search historyThe history can be searched using regular expressions are simple search terms. View file historyThere is a single file history viewer that shows all revisions of a single file and the changes. BlameThere is a blame function in the file history browser. It shows the last person editing a single line. Double clicking on a code line shows the full commit introducing the change. View commit differencesThe changes made in a single commit can be viewed using the diff viewer. CommitCommit changesCommit changes using the commit dialog. Single files can be staged and unstaged. It is also possible to amend this commit to the last commit. Cherry pick commitRecommit a commit using cherry pick. PatchesFormat patchFormat a single patch or patch serie using the format patch dialog. Apply patchesApply a single patch or all patches in a directory. Handle merge conflictsMerge conflicts are shown and can be resolved using the configured mergetool. There is buildin support for P4Merge, Kdiff3 and TortoiseMerge. Othere mergetools can be configured manually in the settings dialog. When you are in the middle of a mergeconflict or unfinished task, you will be warned. Mergetool p4mergeMergetool p4merge in action. Remote featuresCloneRepositories can be cloned very easy. Pull changesPull or fetch changes from a remote repository. Manage remote repositories (full SSH support)Edit and add remote repositories using this dialog. You can enter a private SSH key for each remote repository and it will be automaticly loaded when communication the remote. SettingsSettings dialog with auto-configureAll critical settings can be configured using the settings dialog. When a setting is not configured correct, it can be fixed automaticly. IntergrationVisual Studio pluginThere is Visual Studio intergration for Visual Studio 2005 and Visual Studio 2008. Shell ExtensionsThe Shell Extensions integration will make new options available in Windows Explorer and 3rd party file browsers like Total Commander. Command lineMost features can be runned from the commandline. It is recommended to add GitExtensions to the path when using from the command line. The following functions are available: Add files Apply patches Archive Create branches/tags Checkout branches/tags/revisions Merge branches Rebase Commit changes Stash changes, with multiple stash support Clone repositories Push Pull SSH support All Git remote features Init new repository Single file history Full development history Difference reports Browsing repository Support for external mergetools [Less]
Created 9 months ago.

1 Users

A Git implementation for .NET written in C#. The goal is to support all basic Git functions in managed code without relying on a 'git.exe' wrapper.
Created 10 months ago.

0 Users

A Perl script that automatically migrates all files from a visual source safe database to a cvs repository. The migration retains a full history for every file, including updates and check in comments.
Created 11 months ago.

0 Users

tinySource is a small series of Python CGI scripts for the management of software projects and source code files. It is intended for individuals and organizations that need simple source control ... [More] without having to implement or learn more complex CVS systems. Currently tinySource is written for Microsoft's IIS and requires Microsoft SQL. A port to Linux/MySQL is planned. [Less]
Created 11 months ago.

0 Users

A version control client
Created 11 months ago.

0 Users

create reops,delete reop, manager accounts from apache. manager rights from .svnaccess
Created 11 months ago.

0 Users

This project is for Subversion users and developers to provide help to each other. Check out the Subversion Book for detailed information about using Subversion. ### talk about filing issues ... [More] against Subversion ### talk about using the wiki ### will downloads be used here? should! [Less]
Created 6 months ago.

0 Users

oi checks for needed integrations/merges between codelines and notifies of the integration needs. It is useful for automatic notification of needed integrations to keep codelines synced in concurrent ... [More] development. For example, it can check for outstanding integrations between a release codeline and the main line (trunk), and email them to a defined address list. It answers the question "are all the changes made to a release codeline merged to the main codeline?" For another example, oi helps keep project/work codelines up to date with ongoing changes to the main or next release codelines. oi is an integration/merge "babysitter". Just like a CI (Continuous Integration) product babysits the build, ensuring the build succeeds and tests pass, oi ensures the integrations are done (either integrated or cleared). This is important for a concurrent development environment. [Less]
Created 11 months ago.

0 Users

SubWeaver - A Dreamweaver extension to integrate SVN commands through TSVN.
Created 11 months ago.

0 Users

This is a SGSI test project workspace where we can add/change/delete code to familiarize ourselves with Subversion
Created 11 months ago.