03-01-2018, 06:55 PM,
(This post was last modified: 03-01-2018, 07:21 PM by TimSchofield.)
|
|
TimSchofield
Tim Schofield
      
|
Posts: 1,319
Threads: 22
Joined: Mar 2015
|
|
RE: Sourceforge subversion problem
(03-01-2018, 08:36 AM)TurboPT Wrote: I want to ensure that all the changes over the past ~3 months are present. I was surprised to find that the EDIMessageFormat file had issues.
Yes it went wrong on commit 7944 https://sourceforge.net/p/web-erp/code/7944/#diff-20
Quote:Did you say that the TestPlanResults patch was ok? I don't see the expected changes from the patch unless the file needs a commit?
(If necessary, I can commit the changes as I've been doing with the other files)
In patch 7927 you should see the TestPlanResults.php recreated for the $db removal. This was the commit where it went wrong. However the patches I did were only intended to re-create the subversion commits, so later things such as the striped rows that would have included TestPlanResults.php don't as they were never part of subversion. Clear as mud?
(03-01-2018, 09:10 AM)afcouling Wrote: I'm still getting used to Git terminology...
Rather than clone, wouldn't it be a fork of https://github.com/timschofield/webERP-svn into https://github.com/webERP-team/webERP ??
Tim, does a fork retain the version history of its parent?
Andy.
Andy, rather misleadingly github (which is not Git, just a project hosting site that uses Git) uses different terminology to Git in places. Clicking the fork button creates a complete copy including all history into your own github repository. This is an exact duplicate of the repository I created. You then clone that repository to your local machine, and this local copy will also include all history. So then you commit changes to your local repository, and then push those changes to github. Then using github you share that code using pull requests.
Tim
(03-01-2018, 09:23 AM)afcouling Wrote: Perhaps I'm incorrect...
Rather than forking https://github.com/timschofield/webERP-svn, would it be better to duplicate?
https://help.github.com/articles/duplica...epository/
Andy.
No, forking (in github terminology) is the correct way to do it.
|
|
03-02-2018, 02:32 AM,
|
|
TurboPT
Administrator
      
|
Posts: 727
Threads: 10
Joined: Jun 2012
|
|
RE: Sourceforge subversion problem
Yes I will, I have already planned to do that.
Since there is STILL trouble at SF, I downloaded your SVN copy to compare against my copy of all the changes since December.
I was a little nervous, at first, as the diff reports that there are 600+ differences!
However, the vast majority of these (so far) are due to:
- The SVN $Id$ line at the top of most files.
- Differences with spaces and/or tabs. (I'm ignoring these)
|
|
|