MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Migration of CVS to Subversion

rajeshkumar created the topic: Migration of CVS to Subversion Migration of CVS to Subversion There are few links and tools available which will help to migrate from CVS to Subversion (SVN). Plz have alook on this and let me know yours issues. www.apache.org/dev/cvs2svn.html cvs2svn.tigris.org/ sam.zoy.org/writings/programming/svn2cvs.html onlamp.com/pub/a/onlamp/2005/10/03/cvs-t…on-with-cvs2svn.html Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Top 5 Open Source Code Management tools

top-5-open-source-code-management-tools

The old way of software development where the release engineers ran from one mates to another mates to keep track on Developers to know which module they are working and when they changed something in the code or which bugs has been tracked or fixed. No doubt, that process was pathetic, stressful, filled with issues … Read more

Stable CVS Version 1.11.23 Released, What’s new in Perforce CVS 2011.1, let’s find?

stable-cvs-version-1.11.23

Stable CVS 1.11.23 has been released. Stable releases contain only bug fixes from previous versions of CVS. This version includes an efficiency fix that reduces checkouts of very old revisions from an O(n^2) operation to an O(n) one, as well as yet another Windows file time stamp handling fix (bug #22781), and some other minor … Read more

How to configure and use SSH authentication system server CVS

ssh-with-cvs

How to configure and use SSH authentication system server CVS cvs (Concurrent Version System) is a very popular version control tool. Although its function as Perforce, Subversion and other powerful, but because of its easy configuration, simple to use and the introduction of longer, so in all a kind of software project widely used. first … Read more

Power Point PPT: Software Configuration Management And CVS

software-configuration-management-and-cvs

Power Point PPT: Software Configuration Management And CVS Software Configuration Management And CVS from Rajesh Kumar

Power Point PPT: Version Control With CVS – Complete Guide

version-control-with-cvs

Power Point PPT: Version Control With CVS Version Control With CVS from Rajesh Kumar  

CVS Configuration Procedure – Install CVS – CVS Setup Guide

cvs-configuration-install

CVS Configuration – Install CVS Procedure #1:- Use rpm or up2date or yum command to install cvs: for Redhat Use:- rpm -ivh cvs OR#    up2date cvs for fedora use:- yum install cvs For Debian Users:- apt-get install cvs Create a CVS user# useradd cvs #     passwd cvs Above command will create a user cvs … Read more

How CVS will help to Realtime Developers ?

how-cvs-help-to-developers

CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI are specific to each GUI and do not really belong here. Viewing the commit log of a file. $ cvs log filename Show current status of a file. … Read more

List of 5 Common Problems in CVS – Troubleshooting Guide

cvs-common-problems

List of 5 Common Problems in CVS – Troubleshooting Guide Problem 1:- How will we modify our conflict occurred files ? While updating if you will get message like bellow, then check, This will list: * “A filename” for files that you added * “M filename” for files that you modified * “C filename” for … Read more

How CVS will help to Realtime Developers ?

CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI are specific to each GUI and do not really belong here. Viewing the commit log of a file. $ cvs log filename Show current status of a file. … Read more