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

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

SVN – Bugzilla Integration

vivek2 created the topic: SVN – Bugzilla Integration Hi, Please help me some one that how to integrate bugzilla and svn. Regards, Justin sandeeps replied the topic: Re: SVN – Bugzilla Integration Integration of Subversion with Bugzilla is possible using Scmbug, a system providing generic integration of Source Code Configuration Management with Bugtracking. Scmbug is … Read more

Configure LDAP in SVN

rajeshkumar created the topic: Configure LDAP in SVN There is one questions i got in morning. I am lil busy. Any one can reply to this….? Hi Rajesh, Can you please help me to configure LDAP in SVN,i checked with some of my friends but i am not able to understand that.If you having any … Read more

Auto merge of svn branches

suresh created the topic: auto merge of svn branches Hi How to proceed in merging two svn branches. Is there any plugin or should we go with scripting. Can anyone give me idea on this. I used to do manual merge in svn or use svn merge command. rajeshkumar replied the topic: auto merge of … Read more

Trunk vs branch vs tag in subversion or SVN

rajeshkumar created the topic: trunk vs branch vs tag in subversion or SVN Difference between trunk, branch and tag in SVN, CVS or Subversion Technically all three i.e. trunk, branch and tag are folders in SVN. If you are using tortoise SVN, a popular windows client for subversion, you can explore trunk, branch or tag. … Read more