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

Hook to make Subversion Read Only for specific use

rajeshkumar created the topic: Hook to make Subversion Read Only for specific use Hook to make Subversion Read Only for specific users We have an existing Subversion repository that uses LDAP to manage users/passwords. There are some new users who we would like to provide read-only access to SVN. I did some Google searches and … Read more

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

Copy only certain SVN revisions from one repositor

rajeshkumar created the topic: Copy only certain SVN revisions from one repositor To extract a set of revisions (nn to mm) from a repository: svnadmin dump –incremental -r nn:mm /path/to/repository > /path/to/dumpfile.svn The –incremental option allows you to merge this set of changes without bringing the entire baseline along with the import. To apply those … Read more

Integrate Bugzilla with SVN

amitanand123 created the topic: Integrate Bugzilla with SVN I need to integrate Bugzilla with SVN and for this i found a tool called SCMBUG. I am facing problem while committing any code Problem is Command: Commit Modified: D:\Tools\LogTablePurger\branches\abc\cm.txt Sending content: D:\Tools\LogTablePurger\branches\abc\cm.txt Completed: At revision: 1477 Error: post-commit hook failed (exit code 9) with output: Error: … Read more

SVN query for auto merging!!!

vijayakumar.cm created the topic: SVN query for auto merging!!! I need a solution for this auto merging strategy in SVN. My directory structure: Two branches: /main_branch/sourcecodefiles /build_branch Γ  copy of a main branch Γ¨ Development happens only in main branch Γ¨ no one will commit in build_branch My Requirement is: Whenever commit happens in main_branch … Read more

Need to mirror SVN Repository from remote server to a WindowsDevServer

Sne created the topic: Need to mirror SVN Repository from remote server to a WindowsDevServer I am trying to create a backup of SVN Repository which is remotely located. AM trying to have the backup on Windows Dev Server. (Am not used to Windows πŸ™ I have created a new repository on Windows Server. Updated … Read more

ClearCase to SVN migration

vijayakumar.cm created the topic: ClearCase to SVN migration Hi, I have done the successful migration form CVS to SVN,now i need to migrate few projects from Clearcase to SVN. Could anyone please give some ideas on this? Thanks, Vijay rajeshkumar replied the topic: Re:ClearCase to SVN migration There were a couple of relevant talks at … Read more

Branch Managment in Subversion

mnanjala created the topic: Branch Managment in Subversion How do you manage Subversion Branching and the per user role management? rajeshkumar replied the topic: Re:Branch Managment in Subversion Hi, Can you redefine the questions. I may be able to help you out on this? Regards, Rajesh Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn mnanjala replied … Read more

SCMBUG Integration

venkata created the topic: SCMBUG Integration Hi All, I’m in phase of implementing SVN1.7.7 and Bugzilaa 3.6.2 versions using SCMBUG. I’ve done all the configuration changes in Daemon.conf and glue.conf according to our project requirement. When i try to commit any file against the bug num assigned to me,getting following error. Error: Scmbug ERROR> Connection.pm:371:Scmbug::Connection::submit_request … Read more