You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,27 +47,28 @@ SSH must be enabled and running for connectivity.
47
47
48
48
Open Source Package Management must be installed.
49
49
50
-
XMLSERVICE must be installed
50
+
XMLSERVICE library QXMLSERV must be installed.
51
51
52
-
Yum package xmlservice-cli must be installed.
52
+
Yum package xmlservice-cli must be installed.
53
+
54
+
❗SSH key files in puTTYgen format are supported by SSH.Net which is the SSH component used. OpenSSH key files can be converted to puTTYgen format using puTTYgen. https://www.puttygen.com
53
55
54
56
There may be a few others I have not listed yet.....
55
57
56
58
# PC Requirements
57
-
Windows 10 and above. So far only tested on Windows 10 and 11.
59
+
Windows 10 and above. So far only tested on Windows 10 and 11.
58
60
59
61
App is based on .Net 9 so no special .Net runtimes or frameworks should be needed other than the app package.
60
62
61
63
# Source sequence numbers and source dates
62
-
❗ Source sequence numbers and source date are NOT kept when a source member is replaced.
63
-
```
64
-
If you use Work with IBM i to download and edit source members, line
65
-
numbers and source dates are NOT preserved. We're assuming you're stepping
66
-
in to the brave new world of using PCs to edit your source members where
67
-
binary changes and Git can show you exactly what has changed instead of
68
-
relying on source sequence numbers and dates which are outdated methods
69
-
for tracking source changes.
70
-
```
64
+
#### Warning about source dates and sequence numbers
65
+
❗ ⚠️ Source sequence numbers and source date are NOT preserved when a source member is replaced.
66
+
67
+
If you use Work with IBM i to download and edit source members, line numbers and source dates are NOT preserved. We're assuming you're stepping in to the brave new world of using PCs to edit your source members where binary line changes and Git or tools like WinMerge can show you exactly what has changed in a source member instead of relying on source sequence numbers and dates or initials in the first 5 columns to identify a change. These are outdated methods for tracking source changes ahen tools like Git handle the change tracking automaticlly in a source member.
71
68
72
69
# Feedback
73
-
**Please submit feedback as issues on the GitHub issues tab.**
70
+
Please submit feedback as issues on the GitHub issues tab.
71
+
72
+
You can also feel free to reach out via email: richard@mobigogo.net or richard@richardschoen.net if needed.
0 commit comments