RE: Finishing the Git migration - Update

2013-03-15 Thread Michael A. Labriola
>Nevermind... I got the answer from Google. I needed to also install >ca-certificates into Cygwin. Gordon, Side note. If you use git bash, which comes as part of the git for windows package (which I am assuming you are on hence the Cygwin) you can actually do all of the things that you needed

RE: Finishing the Git migration - Update

2013-03-15 Thread Gordon Smith
Nevermind... I got the answer from Google. I needed to also install ca-certificates into Cygwin. - Gordon -Original Message- From: Gordon Smith Sent: Friday, March 15, 2013 4:12 PM To: dev@flex.apache.org Subject: RE: Finishing the Git migration - Update I installed git for Cygwin and

RE: Finishing the Git migration - Update

2013-03-15 Thread Gordon Smith
fatal: HTTP request failed Can anybody explain what additional setup I need to do? - Gordon -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Sent: Thursday, March 14, 2013 10:48 AM To: dev@flex.apache.org Subject: Re: Finishing the Git migration - Update Hi

Re: Finishing the Git migration - Update

2013-03-15 Thread Frédéric THOMAS
Ok, I don't think we've got the thing for windows except with git bash .-Fred -Message d'origine- From: RIAstar Sent: Friday, March 15, 2013 10:34 AM To: dev@flex.apache.org Subject: Re: Finishing the Git migration - Update Not sure it helps but if you're tal

Re: Finishing the Git migration - Update

2013-03-15 Thread RIAstar
Not sure it helps but if you're talking about directory/file completion Thanks, but I was referring to the git commands, branch names, remotes, etc.: labels related to Git and the Git repo. Directory/file completion works fine. There is a Git tab completion package in Cygwin, but I installed it

Re: Finishing the Git migration - Update

2013-03-15 Thread Frédéric THOMAS
IAstar Sent: Friday, March 15, 2013 10:00 AM To: dev@flex.apache.org Subject: Re: Finishing the Git migration - Update On the command line, I use Cygwin which is easier because I use a lot of other command line tools there. But I couldn't get tab completion to work for the git commands. The

Re: Finishing the Git migration - Update

2013-03-15 Thread RIAstar
On the command line, I use Cygwin which is easier because I use a lot of other command line tools there. But I couldn't get tab completion to work for the git commands. These do work as expected in Msysgit. Also, if you're an IntelliJ user: their Git integration is very, very good. Though you h

Re: Finishing the Git migration - Update

2013-03-14 Thread Om
ption should I > choose? > >> > >> - Gordon > >> > >> -Original Message- > >> From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om > >> Sent: Wednesday, March 13, 2013 1:05 AM > >> To: dev@flex.apache.org > >> Subject: Re: Finishing the Git migration - Update > >> > >> Just a note that the Falcon still needs to be verified. I guess Gordon > would be the best person for that. > >> > >> Thanks, > >> Om > > > > > >

Re: Finishing the Git migration - Update

2013-03-14 Thread Jose Barragan
p...@gmail.com] On Behalf Of Om >> Sent: Wednesday, March 13, 2013 1:05 AM >> To: dev@flex.apache.org >> Subject: Re: Finishing the Git migration - Update >> >> Just a note that the Falcon still needs to be verified. I guess Gordon >> would be the best person for that. >> >> Thanks, >> Om > >

RE: Finishing the Git migration - Update

2013-03-14 Thread Christofer Dutz
rompt? Which line endings option should I choose? - Gordon -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Wednesday, March 13, 2013 1:05 AM To: dev@flex.apache.org Subject: Re: Finishing the Git migration - Update Just a note that the Falcon still

RE: Finishing the Git migration - Update

2013-03-14 Thread Kessler CTR Mark J
segit/ -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Thursday, March 14, 2013 1:34 PM To: dev@flex.apache.org Subject: RE: Finishing the Git migration - Update I'm waiting until everything settles down. On Windows, do people recommend getting Git through Cygwin? Or

Re: Finishing the Git migration - Update

2013-03-14 Thread Lee Burrows
m? If the latter, should I use it in Git Bash or in Command Prompt? Which line endings option should I choose? - Gordon -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Wednesday, March 13, 2013 1:05 AM To: dev@flex.apache.org Subject: Re: Finishin

Re: Finishing the Git migration - Update

2013-03-14 Thread Frédéric THOMAS
ortoiseGit too and SmartGit which is every handy to use. -Fred -Message d'origine- From: Gordon Smith Sent: Thursday, March 14, 2013 6:33 PM To: dev@flex.apache.org Subject: RE: Finishing the Git migration - Update I'm waiting until everything settles down. On Windows,

RE: Finishing the Git migration - Update

2013-03-14 Thread Gordon Smith
ssage- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Wednesday, March 13, 2013 1:05 AM To: dev@flex.apache.org Subject: Re: Finishing the Git migration - Update Just a note that the Falcon still needs to be verified. I guess Gordon would be the best person for that. T

Re: Finishing the Git migration - Update

2013-03-13 Thread Frédéric THOMAS
OMAS Sent: Wednesday, March 13, 2013 10:51 AM To: dev@flex.apache.org Subject: Re: Finishing the Git migration - Update The utilities git history goes back to the 15 aug 2012, someone can confirm it's good or not (I can't check by myself as utilities is not my svn root) ? -Fred --

Re: Finishing the Git migration - Update

2013-03-13 Thread Frédéric THOMAS
The utilities git history goes back to the 15 aug 2012, someone can confirm it's good or not (I can't check by myself as utilities is not my svn root) ? -Fred -Message d'origine- From: Om Sent: Wednesday, March 13, 2013 8:04 AM To: dev@flex.apache.org Subject: Re: Fi

Re: Finishing the Git migration - Update

2013-03-13 Thread Justin Mclean
Hi, > You and your fancy commands :-) When I started using computers a green 80x24 terminal was all you had :-) > I did see a couple of mis-matches related to file > endings, though. Not sure if MD5 takes that into account. It should but I didn't see any - a little odd. Justin

Re: Finishing the Git migration - Update

2013-03-13 Thread Om
On Mar 13, 2013 1:23 AM, "Justin Mclean" wrote: > > Hi, > > More encouraging is that I've did a MD5 check on every single file in the Flex SDK SVN repo vs the Flex SDK Git repo (develop branches) and there's no differences (other than TLF). > > Combination of commands: > find -exec md5 "{}" \; >

Re: Finishing the Git migration - Update

2013-03-13 Thread Justin Mclean
Hi, More encouraging is that I've did a MD5 check on every single file in the Flex SDK SVN repo vs the Flex SDK Git repo (develop branches) and there's no differences (other than TLF). Combination of commands: find -exec md5 "{}" \; > MD5svn.txt find -exec md5 "{}" \; > MD5git.txt cat MD5svn.

Re: Finishing the Git migration - Update

2013-03-13 Thread Justin Mclean
And when I said Eric I mean Erik - sorry about that Erik.

Re: Finishing the Git migration - Update

2013-03-13 Thread Justin Mclean
Hi, Thanks to Eric I've seem to found the history of tag and branches issue. [1] "Obviously, SVN is not Git. During the process of cloning a Git repository from the SVN repository, commits for tags and branches can get a bit confused. Each project is responsible for providing a list of ref upda

Re: Finishing the Git migration - Update

2013-03-13 Thread Om
On Wed, Mar 13, 2013 at 12:01 AM, Justin Mclean wrote: > Hi, > > I've had a brief look at SDK, TLF and Utilities git hubs. There are some > issues. > > There an issue in how TLF is used by SDK (was a snv:external) but I don't > know what we can do about it. > > It also seems that the log/history

Re: Finishing the Git migration - Update

2013-03-13 Thread Erik de Bruin
I can confirm the following Falcon projects: - compiler - compiler.jx - compiler.jx.tests That leaves: - compiler.js - compiler.tests for someone who knows a lot more about these projects. EdB On Wed, Mar 13, 2013 at 8:04 AM, Om wrote: > Utilities: > >> svn: http://svn.apache.org/viewvc/fl

Re: Finishing the Git migration - Update

2013-03-13 Thread Justin Mclean
Hi, I've had a brief look at SDK, TLF and Utilities git hubs. There are some issues. There an issue in how TLF is used by SDK (was a snv:external) but I don't know what we can do about it. It also seems that the log/history has been dropped on the develop branch as it only goes back to 5 Jan.

Re: Finishing the Git migration - Update

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 11:48 PM, Justin Mclean wrote: > Hi, > > Do we know what happens to the git hub mirrors? > > Justin > Not sure. I will ask Infra once they finish the migration. I dont want to sidetrack them at this point :-)

Re: Finishing the Git migration - Update

2013-03-12 Thread Justin Mclean
Hi, Do we know what happens to the git hub mirrors? Justin