r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3 Source Control] How to manage build process

Gregg
1-Nov-2010
[562]
OK, thanks. It will be easy to find here since all other historical 
PMs are gone. <hint hint> ;-)
Andreas
1-Nov-2010
[563]
Carl, two resource links to add:
http://gitref.org/
(One of the best currently available tutorials.)
http://progit.org/book/
(Has the full content of a good, published book on Git.)
Carl
1-Nov-2010
[564]
PMs? Project manager? Page maker? Proof master?
Pekr
1-Nov-2010
[565]
private messates ...
Carl
1-Nov-2010
[566x2]
A: got it. updating.
Ah, of course!
GrahamC
1-Nov-2010
[568]
all gone
Pekr
1-Nov-2010
[569]
most of ppl here lost their private messages, due something wrong 
happening on the server side
Carl
1-Nov-2010
[570x2]
Really?
When?
Pekr
1-Nov-2010
[572]
that was - embarrassing :-)
Carl
1-Nov-2010
[573]
I could have restored from backup.... but prob too late now.
Pekr
1-Nov-2010
[574]
it happened in various time for various users :-)
Carl
1-Nov-2010
[575x2]
What!??
(should move groups)
Gregg
1-Nov-2010
[577]
Yes, when the server restore came in, once you got a PM, all your 
old PMs went away.
Andreas
1-Nov-2010
[578]
(-> !AltME.)
Carl
1-Nov-2010
[579]
Doc updated. Anything missed?
Andreas
1-Nov-2010
[580]
The autocrlf setting's full name is "core.autocrlf".
Carl
1-Nov-2010
[581x3]
updated
Andreas, is fork obvious on github?
minor edits. done
Andreas
1-Nov-2010
[584]
It's a button to the right of the repository name.
Carl
1-Nov-2010
[585]
ok
Andreas
1-Nov-2010
[586x4]
(If that's what you meant.)
I would probably remove the "clients" table for now.
And add a link to http://www.git-scm.com/downloadinstead.
Along with the recommendation to use msysGit for Win32.
Carl
1-Nov-2010
[590x4]
link added, table removed
msysgit note/link added
so, msysgit for windows uses google, not github?
that's not much of an endorsement
Andreas
1-Nov-2010
[594]
they only host their downloads there.
Carl
1-Nov-2010
[595x2]
ok, so doc is completed... need only to change the URL once A110 
is posted
I hope it can be done today... tight timing.  If not, it will get 
delayed to Thurs.
Andreas
1-Nov-2010
[597]
Well, do you have more time on Thursday?
Carl
1-Nov-2010
[598]
Yes. But I want to try to get it out today.
Andreas
1-Nov-2010
[599]
I think the primary question is how we want to bundle the libraries.
Carl
1-Nov-2010
[600]
yes
Andreas
1-Nov-2010
[601x2]
I thought about putting libraries for all platforms in a directory 
structure below lib/ .
Either using the platform numbers or the more descriptive names.
Carl
1-Nov-2010
[603]
There are advantages to both methods... which is why I ping pong 
on them.
GrahamC
1-Nov-2010
[604]
it should be "cheat sheet" not 'cheet sheet" http://www.rebol.com/r3/docs/git.html
Carl
2-Nov-2010
[605x5]
fixed
http://github.com/carls/R3A110
This is a temporary test area for the release... until we get it 
how we want it.
Andeas: take a look at R3A100, and let me know your comments. There 
are some issues:
1. how best to handle the libs dir for multiple platforms?
2. should we merge the makefiles into a single dir?
3. should about.txt be renamed to README ?
BrianH
2-Nov-2010
[610]
Sounds like a good idea.
Andreas
2-Nov-2010
[611]
3. Yes.