Batch files for VCS: Project Web Hosting - Open Source Software

Batch files for VCS

Users

Download Batch files for VCS files

Donate money

Project detail and discuss

Get support

Project Information

About this project:

This is the Batch files for VCS project ("vcsbatch")

This project was registered on SourceForge.net on Aug 13, 2010, and is described by the project team as follows:

This is a set of useful cmd-batch files for Windows 2k+ cmd.exe interpretator. It offers easier way to work with VCS systems (CVS, Subversion, GIT, etc.).

It allows you to write common commands in a shorter way. Typical work session example:

C:\MyProject\>c s
Status for 2010-01-01 12:00am
[1]? bin\main.log
[2]? src\aux.cpp
[3]M src\main.cpp

C:\MyProject\>c del 1
1=bin\main.log
File "bin\main.log" renamed to bin\.#main.log.deleted

C:\MyProject\>c add 2
2=src\aux.cpp
File "src\aux.cpp" was added. Use "cvs commit" to commit your changes.

C:\MyProject\>c s
Status for 2010-01-01 12:01am
[1]A src\aux.cpp
[2]M src\main.cpp

C:\MyProject\>c c
cvs: commit. Your changes were committed.

C:\MyProject\>c s
Status for 2010-01-01 12:02am 

Developers

Join this project:

To join this project, please contact the project administrators of this project, as shown on the project summary page.

Get the source code:

Source code for this project may be available as downloads or through one of the SCM repositories used by the project, as accessible from the project develop page.

©Copyright 1999-2010 - Geeknet, Inc., All Rights Reserved

About - Legal - Help