Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sourceforge subversion problem
03-01-2018, 09:23 AM,
#51
RE: Sourceforge subversion problem
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.
https://www.linkedin.com/in/andrewcouling
Reply
03-01-2018, 06:55 PM, (This post was last modified: 03-01-2018, 07:21 PM by TimSchofield.)
#52
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.
Reply
03-02-2018, 01:48 AM, (This post was last modified: 03-02-2018, 01:49 AM by TurboPT.)
#53
RE: Sourceforge subversion problem
Tim, ok on the TestPlanResults. That would be correct that I was not able to commit the row/sort changes.

I've merged the pull request.

I'm finding some other small "surprises", hopefully I can get these completed today.
Reply
03-02-2018, 02:05 AM,
#54
RE: Sourceforge subversion problem
Can you send me pull requests for stuff that you do?
Reply
03-02-2018, 02:32 AM,
#55
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:
  1. The SVN $Id$ line at the top of most files.
  2. Differences with spaces and/or tabs. (I'm ignoring these)
Reply
03-02-2018, 02:43 AM,
#56
RE: Sourceforge subversion problem
Git is also sensitive to line endings. I ran dos2unix to change any CRLF line endings to LF. Most code editors have the facility to define what line endings to use so it would be good if people could set their editors to use Unix line endings. However your different may highlight this change.

Rather than get nervous just ask Smile
Reply
03-02-2018, 03:02 AM, (This post was last modified: 03-02-2018, 03:59 AM by TurboPT.)
#57
RE: Sourceforge subversion problem
I've only crossed two or three files with line-end differences, so far.

Those usually appear with the message: "...files have equal text, but are not binary equal" from the diff tool.

I was only nervous as to what might have actually NOT been covered by all the SVN commits.
Reply
03-02-2018, 08:01 AM, (This post was last modified: 03-02-2018, 08:06 AM by TurboPT.)
#58
RE: Sourceforge subversion problem
Tim, is there a way to "get the clean copy" (remove any previous commits) of a file in GitHub?

I may have messed up commits on one file. I tried some reverts, but I'm not sure the how the one file might be after update.
If necessary, I can re-commit to the one file after the next pull.

I tried Googling a way to remove commits to a fresh copy, but no definitive way that I've been able to find.

After getting past these last changes, that should be all to finally match the SVN at version 7979.
Reply
03-02-2018, 08:14 AM,
#59
RE: Sourceforge subversion problem
To remove the last commit from your local repository simply run the
git reset --hard HEAD^
command. Be warned this removes any local changes you haven't committed as well. If you have already pushed to github, then I don't think there is a good way of removing it, simply do another commit reversing it and push that as well.

Tim
Reply
03-02-2018, 08:56 AM,
#60
RE: Sourceforge subversion problem
Ok, another pull submitted.

From here, Phil would fork your webERP-svn to webERP-team, and then others such as me, Andy, Exson, etc would then all fork webERP-team and clone to each one's own repository ... is this the general idea?

Then webERP-svn will exist as the "historical SVN reference", as new development commits would be applied to webERP-team?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)