Versioning of the library

27 views
Skip to first unread message

Israel Sadeh

unread,
Mar 14, 2012, 1:17:54 PM3/14/12
to lo...@googlegroups.com

Hi,

 

1) What is the meaning of the version tags 3de2b47 , c32df94? Can they be tracked to the source control revision of the code?

 

2) Is there a place where you old revisions can be downloaded?

 

Thanks

 

John Byrd

unread,
Mar 14, 2012, 3:42:32 PM3/14/12
to lo...@googlegroups.com
1. Those identifiers are github identifiers, and I'm afraid I don't speak git well enough to know the answer to that.

2. In principle, git records every state of every checkin on a git repository, so if you mirror the repository locally you should be able to get any version of it.  Sorry I can't help more on this, but I'm just not a git expert; perhaps others on the list know more about this.

jwb

--
You received this message because you are subscribed to the Google Groups "Logog" group.
To view this discussion on the web visit https://groups.google.com/d/msg/logog/-/NwbLYMeGdXEJ.
To post to this group, send email to lo...@googlegroups.com.
To unsubscribe from this group, send email to logog+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/logog?hl=en.



--
---

John Byrd
Gigantic Software
2102 Business Center Drive
Suite 210-D
Irvine, CA   92612-1001
http://www.giganticsoftware.com
T: (949) 892-3526 F: (206) 309-0850

Guillaume Seguin

unread,
Mar 14, 2012, 4:02:26 PM3/14/12
to lo...@googlegroups.com
With a git client, you can get the initial repository with this command :

git clone https://github.com/johnwbyrd/logog.git my-local-copy-of-logog

This will create a directory named my-local-copy-of-logog which is an exact copy (including history) of logog source code repository.

Whenever a new version comes out, you can update your local copy by going (on the command line) to the my-local-copy-of-logog directory and type this command

git rebase

This should keep your local copy in sync and keep modifications you might have made to the source, but not ready to give back yet. There are many other ways to work, but those two commands should get you up and running quickly.

HTH,


--
Guillaume


On Wednesday, March 14, 2012 3:42:32 PM UTC-4, John Byrd wrote:
1. Those identifiers are github identifiers, and I'm afraid I don't speak git well enough to know the answer to that.

2. In principle, git records every state of every checkin on a git repository, so if you mirror the repository locally you should be able to get any version of it.  Sorry I can't help more on this, but I'm just not a git expert; perhaps others on the list know more about this.

jwb

On Wed, Mar 14, 2012 at 10:17 AM, Israel Sadeh <israel...@gmail.com> wrote:

Hi,

 

1) What is the meaning of the version tags 3de2b47 , c32df94? Can they be tracked to the source control revision of the code?

 

2) Is there a place where you old revisions can be downloaded?

 

Thanks

 

--
You received this message because you are subscribed to the Google Groups "Logog" group.
To view this discussion on the web visit https://groups.google.com/d/msg/logog/-/NwbLYMeGdXEJ.
To post to this group, send email to lo...@googlegroups.com.
To unsubscribe from this group, send email to logog+unsubscribe@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/logog?hl=en.
Reply all
Reply to author
Forward
0 new messages