Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sourceforge subversion problem
02-27-2018, 07:25 PM,
#27
RE: Sourceforge subversion problem
Git doesn't have a central shared repository as subversion does, each developer maintains their own fork of the code, and then code is shared between the forks. You most definitely should not be sharing a user name/password combination.

It is probably best to have a repository that is used for releases, but nobody commits directly to that repository, each developer instead issues what github calls pull requests to that repository, and then a select group can review and accept/reject those pull requests.

There are multiple possible work flows that you can have, one such is the work flow used by the PHP project that migrated from subversion to git a while back. You can find details online, but basically they use https://github.com/php/php-src as their release repository, at the time of writing there are 4661 forks, each of which will issue pull requests to this repository, but they can of course pull code between them.

I was sceptical of Git at first but the more I used it the more I realised it's power which is why most projects have migrated to it.

Paul: Most of the patches apply without a problem, but I am going through each one individually to make sure there are no problems as we don't want to mess this up. Commit 7944 (https://sourceforge.net/p/web-erp/code/7944) is the hardest so far as you can see it is very large, and there are several corrupt files in it. On some of the commits with corrupt files I have manually created the diff, but on others such as 7944 it is just too hard, so it is probably best to complete this exercise, then run a diff between this repository and your expected one, analyse the differences, and then do any remaining commits.
Reply


Messages In This Thread
Sourceforge subversion problem - by TimSchofield - 01-28-2018, 09:24 PM
RE: Sourceforge subversion problem - by afcouling - 01-28-2018, 10:53 PM
RE: Sourceforge subversion problem - by TurboPT - 01-29-2018, 03:47 AM
RE: Sourceforge subversion problem - by afcouling - 02-06-2018, 07:44 AM
RE: Sourceforge subversion problem - by TurboPT - 02-06-2018, 07:52 AM
RE: Sourceforge subversion problem - by afcouling - 02-06-2018, 08:30 AM
RE: Sourceforge subversion problem - by TurboPT - 02-06-2018, 08:37 AM
RE: Sourceforge subversion problem - by afcouling - 02-06-2018, 08:57 PM
RE: Sourceforge subversion problem - by TurboPT - 02-09-2018, 01:29 AM
RE: Sourceforge subversion problem - by TurboPT - 02-09-2018, 05:34 AM
RE: Sourceforge subversion problem - by TurboPT - 02-09-2018, 11:09 AM
RE: Sourceforge subversion problem - by TurboPT - 02-23-2018, 04:03 PM
RE: Sourceforge subversion problem - by afcouling - 02-23-2018, 08:09 PM
RE: Sourceforge subversion problem - by TurboPT - 02-24-2018, 04:42 AM
RE: Sourceforge subversion problem - by phil - 02-27-2018, 06:00 AM
RE: Sourceforge subversion problem - by TurboPT - 02-27-2018, 09:24 AM
RE: Sourceforge subversion problem - by phil - 02-27-2018, 10:43 AM
RE: Sourceforge subversion problem - by TurboPT - 02-27-2018, 11:20 AM
RE: Sourceforge subversion problem - by TurboPT - 02-27-2018, 11:33 AM
RE: Sourceforge subversion problem - by afcouling - 02-27-2018, 01:01 PM
RE: Sourceforge subversion problem - by phil - 02-27-2018, 01:23 PM
RE: Sourceforge subversion problem - by TimSchofield - 02-27-2018, 07:25 PM
RE: Sourceforge subversion problem - by afcouling - 02-28-2018, 12:35 AM
RE: Sourceforge subversion problem - by afcouling - 02-28-2018, 02:00 AM
RE: Sourceforge subversion problem - by TurboPT - 02-28-2018, 01:31 AM
RE: Sourceforge subversion problem - by TurboPT - 02-28-2018, 02:57 AM
RE: Sourceforge subversion problem - by afcouling - 02-28-2018, 04:35 AM
RE: Sourceforge subversion problem - by phil - 02-28-2018, 06:15 AM
RE: Sourceforge subversion problem - by TurboPT - 02-28-2018, 08:38 AM
RE: Sourceforge subversion problem - by TurboPT - 03-01-2018, 01:08 AM
RE: Sourceforge subversion problem - by TurboPT - 03-01-2018, 02:13 AM
RE: Sourceforge subversion problem - by TurboPT - 03-01-2018, 03:06 AM
RE: Sourceforge subversion problem - by TurboPT - 03-01-2018, 04:14 AM
RE: Sourceforge subversion problem - by TurboPT - 03-01-2018, 08:36 AM
RE: Sourceforge subversion problem - by phil - 03-01-2018, 08:55 AM
RE: Sourceforge subversion problem - by afcouling - 03-01-2018, 09:10 AM
RE: Sourceforge subversion problem - by TurboPT - 03-01-2018, 09:20 AM
RE: Sourceforge subversion problem - by afcouling - 03-01-2018, 09:23 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 01:48 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 02:32 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 03:02 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 08:01 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 08:56 AM
RE: Sourceforge subversion problem - by afcouling - 03-02-2018, 09:11 AM
RE: Sourceforge subversion problem - by phil - 03-02-2018, 08:59 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 10:08 AM
RE: Sourceforge subversion problem - by afcouling - 03-02-2018, 10:23 AM
RE: Sourceforge subversion problem - by TurboPT - 03-02-2018, 10:38 AM
RE: Sourceforge subversion problem - by phil - 03-02-2018, 05:59 PM
RE: Sourceforge subversion problem - by afcouling - 03-02-2018, 10:14 PM
RE: Sourceforge subversion problem - by afcouling - 03-03-2018, 01:11 AM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 02:22 AM
RE: Sourceforge subversion problem - by afcouling - 03-03-2018, 03:36 AM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 05:13 AM
RE: Sourceforge subversion problem - by afcouling - 03-03-2018, 05:39 AM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 05:37 AM
RE: Sourceforge subversion problem - by afcouling - 03-03-2018, 06:43 AM
RE: Sourceforge subversion problem - by afcouling - 03-03-2018, 08:46 AM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 10:10 AM
RE: Sourceforge subversion problem - by phil - 03-03-2018, 01:37 PM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 01:43 PM
RE: Sourceforge subversion problem - by phil - 03-03-2018, 01:52 PM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 02:05 PM
RE: Sourceforge subversion problem - by phil - 03-03-2018, 02:09 PM
RE: Sourceforge subversion problem - by TurboPT - 03-03-2018, 02:16 PM
RE: Sourceforge subversion problem - by TurboPT - 03-05-2018, 02:40 AM
RE: Sourceforge subversion problem - by phil - 03-06-2018, 12:13 PM
RE: Sourceforge subversion problem - by afcouling - 03-06-2018, 10:41 PM
RE: Sourceforge subversion problem - by TurboPT - 03-06-2018, 02:05 PM
RE: Sourceforge subversion problem - by TurboPT - 03-07-2018, 11:10 AM
RE: Sourceforge subversion problem - by TurboPT - 03-08-2018, 05:46 AM
RE: Sourceforge subversion problem - by afcouling - 03-09-2018, 09:01 PM
RE: Sourceforge subversion problem - by phil - 03-10-2018, 06:31 PM
RE: Sourceforge subversion problem - by afcouling - 03-10-2018, 10:55 PM
RE: Sourceforge subversion problem - by TurboPT - 03-11-2018, 03:54 AM
RE: Sourceforge subversion problem - by phil - 03-11-2018, 11:00 AM
RE: Sourceforge subversion problem - by afcouling - 03-11-2018, 06:20 AM
RE: Sourceforge subversion problem - by TurboPT - 03-11-2018, 06:45 AM
RE: Sourceforge subversion problem - by afcouling - 03-12-2018, 10:21 PM
RE: Sourceforge subversion problem - by TurboPT - 03-11-2018, 09:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)