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

Advantages of Git over SVN and perforce

What are the advantage of GIT over Subversion and perforce? Code development has its negative and positive sides, but anything that brings more relief and gains time in a project is the developer’s best friend. CVS was for a long time the best solution for version control, adopted by all programmers in major projects. While … Read more

SVN (Subversion) Branching Strategy

Version control systems play a vital role in the success of a software development team. This blog aims to provide a simple branching and merging strategy to manage the code in a fast paced team development environment. When do you need branching? You may need to adopt branching in many different scenarios. Let us assume … Read more

Unable to access : svn: E175002:

pasupuleti2 created the topic: Unable to access : svn: E175002: When I am trying to fetch the code from SVN through Jenkins with any credentials I am unable to access SVN . Please find attached screenshot. I able to login through repo browser with same credentials and access the code. Would you please guide to … Read more

Add User to SVN Server and Set Password

rajeshkumar created the topic: Add User to SVN Server and Set Password Adding users to svn Add a user to the file /etc/subversion/svn-authz, then give that user a password as described below. A suitable command could be sudo vim /etc/subversion/svn-authz or sudo emacs /etc/subversion/svn-authz. Adding or changing password for a user sudo htpasswd -m /etc/subversion/svn-auth-file … Read more

SVN Checkout URL – fresh install

rajeshkumar created the topic: SVN Checkout URL – fresh install 0 vote down star I just setup SVN on a server that is running Ubuntu server as a fresh install. I’ve got it up and running but am having difficult determining how to connect to it. I’m trying to do an import using the local … Read more

Need document/links for SVN hooks & Properties

vijayakumar.cm created the topic: Need document/links for SVN hooks & Properties Hi, I would like to learn in depth of SVN hook scripts and SVN properties. Could anyone please help me? Thanks, Vijay scmuser replied the topic: Re:Need document/links for SVN hooks & Properties try this svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-5-sect-2.1 www.petefreitag.com/item/244.cfm wordaligned.org/articles/a-subversion-pre-commit-hook

Automatic backup all SVN repositories

rajeshkumar created the topic: Automatic backup all SVN repositories Here’s a shell script I use to automatically backup all of my subversion (svn) repositories. I use Dropbox to put my backups in – it gives you easy to manage backups in the cloud for free (Free account gives you up to 2GB of storage) and … Read more