Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
With the dmise of SVN access, how do I get the current revision of downloads?
I use the following batch file to get the latest of multiple repositories.
cd FastMM5
git pull
Already up to date.
cd ..
cd gexperts
svn update
Updating '.':
At revision 4183.
cd ..
cd draganddrop
git pull
Already up to date.
cd ..
cd DDevExtensions
git pull
Already up to date.
cd ..
cd svgiconimagelist
git pull
Already up to date.
cd ..
cd autogetit
git pull
Already up to date.
cd ..
cd LMDToolsGIT
git pull
git: 'credential-manager-core' is not a git command. See 'git --help'.
Already up to date.
cd ..
cd CMonLib
git pull
Already up to date.
cd ..
copy D:\CMonLib\source\CMon.DataSetHelper.pas "E:\DBiWorkflow Development\DBiCommonFiles"
D:\CMonLib\source\Cmon.DataSetHelper.pas => E:\DBiWorkflow Development\DBiCommonFiles\Cmon.DataSetHelper.pas
1 file copied
cd DUnitX
git pull
Already up to date.
cd ..
cd jcl
git submodule update --init
git pull
Already up to date.
cd ..
cd jvcl
git submodule update --init
git pull
Already up to date.
cd ..
cd SCapture
git pull
Already up to date.
cd ..
cd cclib
git pull
Already up to date.
cd ..
<<<<<<<<<<
With svn I would get the latest version/revision #. It would give me something like "Checked out revision 98."
I don't seem to be able to do that with git/github directly.
Please advise how this information can be once again available.
Regards & TIA,
Ian
Beta Was this translation helpful? Give feedback.
All reactions