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

Finishing the Git migration - Update

2013-03-12 Thread Om
> Alright, so this is the final list I am going to add to the JIRA ticket: > > >>> >1. asjs >>> >2. external >>> >3. whiteboard >>> > >>> > When this email is 1 hour old, I will be adding a comment to the JIRA >>> > ticket. I will also ask them to go ahead and make the git repos >>>

Re: [DISCUSS] Apache Flex SDK Installer 2.5 RC1

2013-03-12 Thread Om
On Mar 12, 2013 5:53 PM, "Nicholas Kwiatkowski" wrote: > > A few comments on the installer : > > - The disclaimer "Information about your use of this application" > should really link to our privacy policy. > http://flex.apache.org/about-privacy.html Makes sense. I will add this link. > - I

Re: [DISCUSS] Apache Flex SDK Installer 2.5 RC1

2013-03-12 Thread Nicholas Kwiatkowski
A few comments on the installer : - The disclaimer "Information about your use of this application" should really link to our privacy policy. http://flex.apache.org/about-privacy.html - I like the new check-marks for the license agreements. This helps with usability a LOT. - The app's UI beco

[jira] [Updated] (FLEX-33397) Spark button skin doesn't exclude coloring icon.

2013-03-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler updated FLEX-33397: Attachment: ButtonSkin.patch Patch > Spark button skin doesn't exclude coloring ic

Re: [Git] Ignore files?

2013-03-12 Thread Justin Mclean
Hi, > we should only share things with great potential to be merged in develop. Seems reasonable to me - but it may become a bit of a mess if we are not careful. More questions for the wiki that need an answer: How do we avoid the big bang integration issues that occur with this model? For in

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
Yes, I was thinking that you was saying that he ;)... we should only share things with great potential to be merged in develop. 2013/3/12 Justin Mclean > Hi, > > > normaly you should expect people share a feature branch if is intended to > > work with other people or is intended to be merged aga

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
Hi Justin, I will try to help here tomorrow night. 2013/3/12 Justin Mclean > HI, > > Calos any chance you could help out with the Wiki page so people > unfamiliar with Git have something to work with. In particular we need how > it applies to/how to use it wit our project and things to be caref

Re: [Git] Ignore files?

2013-03-12 Thread Justin Mclean
Hi, > normaly you should expect people share a feature branch if is intended to > work with other people or is intended to be merged against develop. That may be the way you use Git but it's not describe that way in the GitFlow model look at the sample commands for creating and working on a featu

Re: [Git] Ignore files?

2013-03-12 Thread Justin Mclean
HI, Calos any chance you could help out with the Wiki page so people unfamiliar with Git have something to work with. In particular we need how it applies to/how to use it wit our project and things to be careful with for instance -git pull vs fetch, git merge vs rebase, git pull -rebase and gi

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
Hi Justin, normaly you should expect people share a feature branch if is intended to work with other people or is intended to be merged against develop. Take into account that as Mike Labriola said, there's people that makes several branches and many of them will never come to an end, so that will

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
"nothing I've read so far makes me think that git isn't just another version control system" mmm...following the same line of thinking...flex is nothing more like other web tech & framework, so why we stand with it when we could go with some basic HTML/JS scripts out there ;) Erik, sincerily, I

Re: [Git] Ignore files?

2013-03-12 Thread Justin Mclean
Hi, > I'm not saying nothing against nvie (I give the same link in several emails > here), I actually posted before that but for some reason my email arrived out of sequence. > Yo can make whatever experimental things you want and work with other > people in *feature* branches Not exactly "featu

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
Hi Justin, I'm not saying nothing against nvie (I give the same link in several emails here), we use that model at work and we already do things like the ones I describe. Yo can make whatever experimental things you want and work with other people in *feature* branches but in the end main flows a

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
Harbs is correct for a potential longer-term usage. It might be easier to mimic the Flash dependencies it has in HTML/JS. The vast majority of the code is computation of glyph positions. For the short-term, since we're trying to emulate what you'll get in the browser when running in Flash, we ma

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Harbs
Eventually, there will need to be a comparable text engine for JS. Having a single interface for Flash TLF and Javascript TLF could be valuable. On Mar 12, 2013, at 10:33 PM, Om wrote: >> >> TLF has no Flex SDK dependencies so it is probably best kept separate and >> available for those not usi

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 1:18 PM, Alex Harui wrote: > > > > On 3/12/13 1:03 PM, "Om" wrote: > > > On Tue, Mar 12, 2013 at 12:58 PM, Alex Harui wrote: > > > >> > >> > >> > >> On 3/12/13 12:26 PM, "Harbs" wrote: > >> > >>> Why is TLF a separate repro at all? Why isn't it just part of the sdk > >>

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
On 3/12/13 1:03 PM, "Om" wrote: > On Tue, Mar 12, 2013 at 12:58 PM, Alex Harui wrote: > >> >> >> >> On 3/12/13 12:26 PM, "Harbs" wrote: >> >>> Why is TLF a separate repro at all? Why isn't it just part of the sdk >> repro? >>> >> Might be possible, but TLF came late and had its own set

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Justin Mclean
Hi, > I think we should just copy the TLF project into the appropriate directory > path under the sdk. I dont see any value keeping it as separate top level > project. -1 to this the FLEX SDK uses a subdirectory of TLF not the root. Justin

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Justin Mclean
Hi, > Does the "wip" in the URLs mean "work-in-progress"? If so, does that mean > these URLs aren't the final URLs? GIt support is still a work in progress at Apache. I assume one day they will change once git is fully supported by infra. Justin

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Justin Mclean
HI, > - site Because of the CMS the site need to stay in SVN. Remove it from the list. Justin

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 12:58 PM, Alex Harui wrote: > > > > On 3/12/13 12:26 PM, "Harbs" wrote: > > > Why is TLF a separate repro at all? Why isn't it just part of the sdk > repro? > > > Might be possible, but TLF came late and had its own set of branches and no > SVN history so we kept it exter

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
On 3/12/13 12:26 PM, "Harbs" wrote: > Why is TLF a separate repro at all? Why isn't it just part of the sdk repro? > Might be possible, but TLF came late and had its own set of branches and no SVN history so we kept it external. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.a

Re: Spelling Plus Library (SPL) Open Sourced

2013-03-12 Thread Om
On Tue, Mar 5, 2013 at 3:42 PM, Wes Gorgichuk wrote: > Hey everyone; > > I've noticed a few posts recently about possibly getting Squiggly > donated to this project. That got me thinking about our own (gskinner.com's) > spelling library. It was a commercial project that we've had ongoing for

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
Thank you, I needed kittens! EdB On Tue, Mar 12, 2013 at 8:21 PM, Om wrote: > On Tue, Mar 12, 2013 at 12:14 PM, Erik de Bruin wrote: > >> It does make me feel a little better, all this ranting. >> >> And "bite the bullet and move on" is only possible if the people that >> actually know git ac

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 12:10 PM, Om wrote: > On Tue, Mar 12, 2013 at 12:07 PM, Alex Harui wrote: > >> >> >> >> On 3/12/13 12:01 PM, "Om" wrote: >> >> >> > >> > >> > Alright, so this is the final list I am going to add to the JIRA ticket: >> > >> >1. asjs >> >2. external >> >3. whit

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Harbs
Why is TLF a separate repro at all? Why isn't it just part of the sdk repro? On Mar 12, 2013, at 9:11 PM, Alex Harui wrote: > I think we don't want to use hard-links. And if submodules won't work, then > I think it is time to figure out how to cut releases by grabbing stuff from > different "rep

Re: SVN to Git migration in progress

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 12:14 PM, Erik de Bruin wrote: > It does make me feel a little better, all this ranting. > > And "bite the bullet and move on" is only possible if the people that > actually know git actively help out the many active contributors that > are complete newbies at it. > > One

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
It does make me feel a little better, all this ranting. And "bite the bullet and move on" is only possible if the people that actually know git actively help out the many active contributors that are complete newbies at it. One of the first things I like to see is an actual step-by-step in the Wi

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
I think we don't want to use hard-links. And if submodules won't work, then I think it is time to figure out how to cut releases by grabbing stuff from different "repos". (BTW, are these separate "repos" as far as Git is concerned or something else?) At Adobe, TLF was developed in Perforce by an

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 12:07 PM, Alex Harui wrote: > > > > On 3/12/13 12:01 PM, "Om" wrote: > > > > > > > > Alright, so this is the final list I am going to add to the JIRA ticket: > > > >1. asjs > >2. external > >3. whiteboard > > > > When this email is 1 hour old, I will be adding

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Alex Harui
On 3/12/13 12:01 PM, "Om" wrote: > > > Alright, so this is the final list I am going to add to the JIRA ticket: > >1. asjs >2. external >3. whiteboard > > When this email is 1 hour old, I will be adding a comment to the JIRA > ticket. I will also ask them to go ahead and make

Re: SVN to Git migration in progress

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 12:00 PM, Erik de Bruin wrote: > Om, > > Those emails hardly give a reliable time table... > > One of the reasons this sudden move frustrates me so endlessly is that > I literally was ready to commit the FlexJS in FalconJx code this > morning and move on to actual payed wo

Re: SVN to Git migration in progress

2013-03-12 Thread Alex Harui
On 3/12/13 11:11 AM, "Erik de Bruin" wrote: > I still don't see what problem this fixes. And having to work with > something thats sucks for weeks while you're knee deep into a > release/contribution is causing problems that weren't there. And more > importantly: I don't see what this does for

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 11:55 AM, Alex Harui wrote: > > > > On 3/12/13 11:28 AM, "Om" wrote: > > > On Tue, Mar 12, 2013 at 11:00 AM, Alex Harui wrote: > > > >> Ah, if you go here: SVN shows way more than 4: > >> > >> http://svn.apache.org/viewvc/flex/ > >> > >> asjs > >> external > >> whiteboa

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
Om, Those emails hardly give a reliable time table... One of the reasons this sudden move frustrates me so endlessly is that I literally was ready to commit the FlexJS in FalconJx code this morning and move on to actual payed work. Instead I ended up spending my day trying to figure out git (and

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 11:46 AM, Gordon Smith wrote: > Does the "wip" in the URLs mean "work-in-progress"? If so, does that mean > these URLs aren't the final URLs? > > Apparently, it is [1] But even if the urls change at a future date, it shouldnt make a difference as long as the repos are mig

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Alex Harui
On 3/12/13 11:28 AM, "Om" wrote: > On Tue, Mar 12, 2013 at 11:00 AM, Alex Harui wrote: > >> Ah, if you go here: SVN shows way more than 4: >> >> http://svn.apache.org/viewvc/flex/ >> >> asjs >> external >> whiteboard >> >> I saw we move the whiteboards. Why keep new stuff on SVN and the

Re: [Git] Ignore files?

2013-03-12 Thread Justin Mclean
Hi, > Now that we are at few hours to fully work on GIT, I'm sure you will love > it. For example, you could work with Mike much better making your own > branches and taking control over your commits and what you want to share in > the remote repository. The problems you both face the previous wee

RE: Finishing the Git migration - READ FIRST

2013-03-12 Thread Gordon Smith
Does the "wip" in the URLs mean "work-in-progress"? If so, does that mean these URLs aren't the final URLs? - Gordon -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Tuesday, March 12, 2013 10:56 AM To: dev@flex.apache.org Subject: Re: Finishing

Re: SVN to Git migration in progress

2013-03-12 Thread Om
> > And more importantly: I don't see what this does for the project that > needed to > be done so desperately that we couldn't get a couple of days advance > warning so we could at least commit our outstanding changes and finish > the release(s) that were in progress? > > Who is this question dire

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Frédéric THOMAS
Submodules in Git are less flexible than svn:externals and less straightforward to use, you can plug an entire git repo as submodule but can't plug a sub-directory the a git repo as submodule. The problem with TLF is we need to plug the sub-directory called textLayout to the 3.0.33 directory of

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Erik de Bruin
For future reference: this is a list of all Apache git projects with 'flex' in their name: https://git-wip-us.apache.org/repos/asf?s=flex EdB On Tue, Mar 12, 2013 at 7:28 PM, Om wrote: > On Tue, Mar 12, 2013 at 11:00 AM, Alex Harui wrote: > >> Ah, if you go here: SVN shows way more than 4:

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 11:00 AM, Alex Harui wrote: > Ah, if you go here: SVN shows way more than 4: > > http://svn.apache.org/viewvc/flex/ > > asjs > external > whiteboard > > I saw we move the whiteboards. Why keep new stuff on SVN and then have it > migrate it to Git later? > > I agree. I d

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
I still don't see what problem this fixes. And having to work with something thats sucks for weeks while you're knee deep into a release/contribution is causing problems that weren't there. And more importantly: I don't see what this does for the project that needed to be done so desperately that w

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Alex Harui
Ah, if you go here: SVN shows way more than 4: http://svn.apache.org/viewvc/flex/ asjs external whiteboard I saw we move the whiteboards. Why keep new stuff on SVN and then have it migrate it to Git later? On 3/12/13 10:55 AM, "Om" wrote: > On Tue, Mar 12, 2013 at 10:53 AM, Gordon Smith wr

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 10:53 AM, Gordon Smith wrote: > > let us first come to a decision whether we are happy with the new Git > repos or not. > > I looked back through the emails and can't find the URL for the new Git > repo. Can we inspect it using a browser or do we have to install a Git > cl

Re: Finishing the Git migration - READ FIRST

2013-03-12 Thread Erik de Bruin
PMC member here: I'm not satisfied yet, as the ASJS project is not in git, as far as I can tell... EdB On Tue, Mar 12, 2013 at 6:48 PM, Om wrote: > All, > > Before we get into lengthy debates about Git and Git vs. SVN, etc. we need > to first finish the migration process so that the new Git r

RE: Finishing the Git migration - READ FIRST

2013-03-12 Thread Gordon Smith
> let us first come to a decision whether we are happy with the new Git repos > or not. I looked back through the emails and can't find the URL for the new Git repo. Can we inspect it using a browser or do we have to install a Git client? - Gordon -Original Message- From: omup...@gmail

Re: [Git] Ignore files?

2013-03-12 Thread Erik de Bruin
> In order to your question, both Mike and you share the same branch, and > you'll commit and push over it like as SVN, in this scenario the previous > stage/commit provides you a bullet time for compose and freehand to compare, > advance or reverse in time before commit and push. I have some h

Finishing the Git migration - READ FIRST

2013-03-12 Thread Om
All, Before we get into lengthy debates about Git and Git vs. SVN, etc. we need to first finish the migration process so that the new Git repos will become Read-Write. This means that the Flex PMC should first accept the new branches and give INFRA a go-ahead. Here is INFRA's comment on the JIR

Re: [Git] Ignore files?

2013-03-12 Thread Kevin Newman
I like TortoiseGit for Windows. It's my favorite on any platform (I hear there's something similar on Ubuntu, but I haven't tried it). I'd love something like it for OSX. Kevin N.

Re: [Git] relative paths in build files

2013-03-12 Thread Erik de Bruin
Yes, I figured as much... but that should at least be in the README and better would be if there was a way to check this and warn the user... EdB On Tue, Mar 12, 2013 at 5:48 PM, Jose Barragan wrote: > HI Erik, > > Well there're many ways, but... the most simple way is, set the desire branch

RE: SVN to Git migration in progress

2013-03-12 Thread Gordon Smith
Sorry, this kind of description makes no sense to people who are new to Git like me and don't understand how multiple copies of the entire repository get used. For example, when you say "Create a branch for your new feature", what repository am I creating a branch in? The master repo? (Is that

Re: [Git] Ignore files?

2013-03-12 Thread Dasa Paddock
I'd second the SourceTree recommendation. (They're also working on a version for Windows.) Atlassian also has some good Git tutorial and training info available here: http://www.atlassian.com/git/ --Dasa On Mar 12, 2013, at 9:43 AM, Jose Barragan wrote: > Hi Erik, > > I recommended you the

RE: SVN to Git migration in progress

2013-03-12 Thread Gordon Smith
> "What happens here is that you commit to a publically accessible repository > clone on GitHub that only you can commit to and then issue a "Pull Request" > to Velo. He can now review your changes and pull these changes from your > private fork at GitHub. If he likes what you did, he will apply

TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
Well, I'm still learning about Git, but it looks like we have to resolve the TLF svn:externals issue and it isn't clear that links in the file system are going to work on Windows and are the "correct" solution. Does anybody actually know the answer? Or do we just have to figure it out on our own.

Re: SVN to Git migration in progress

2013-03-12 Thread Justin Mclean
HI, > What advantage is having a local repo to having a local working copy? Means you can commit a lot more often in small bite size chunks locally. Makes it easier to revert minor changes locally for one. As the cost of branching and committing is less in Git than SVN (it's local) you can do it

Re: SVN to Git migration in progress

2013-03-12 Thread Justin Mclean
Hi, > What advantage is having a local repo to having a local working copy? Also means you can commit when you don't have an internet connection. Justin

RE: SVN to Git migration in progress

2013-03-12 Thread Michael A. Labriola
Erik, >What advantage is having a local repo to having a local working copy? >It seems to me that all it does is add an extra layer between me and my >co-contributors. I need to 'commit' to my local repo and then 'push' to get it >out to the world, where before only a >'commit' was needed... It

Re: SVN to Git migration in progress

2013-03-12 Thread RIAstar
It seems to me that all it does is add an extra layer Yes indeed. And that's a good thing, because it allows you to commit often and very granularly. I read that you were preparing everything for a committing one big change to Subversion. The Git workflow is a bit different. In Git you would:

Re: [Git] Ignore files?

2013-03-12 Thread Kevin Newman
Push and Pull have to do with syncing to a remote repo. You can still commit to a local git (in fact you must, before you push or pull). The big difference between git and svn is git keeps the entire history locally, rather than only on a server like with svn. You can also just zip up your loca

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
Yes, you both has the same code base. *but* you can fork your feature branch first to manage the integration and then, when conflicts are resolved and tested and you are ready, you can merge again to your feature branch. Then again when you all agree that you are feature complete, you can merge to

Re: SVN to Git migration in progress

2013-03-12 Thread Michael Schmalle
Erik, I'm no git guru but, the great thing about git is its "cheap branches". You will be pushing your changes but, you will be pushing a "branch" that is not the master. Once you have pushed that experimental branch, I can switch to that branch which changes my local files to mirror yours

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
Well, I've been able to build the SDK, on windows, I had to find a way to create a hard link to the TLF git repo textLayout sub directory as you did (It means we'll have to update the readme to explain the users how to do that, not obvious). I haven't been able to apply the patch, probably becau

AW: SVN to Git migration in progress

2013-03-12 Thread christofer.d...@c-ware.de
I once wrote up the workflow of contributing to Flexmojos using Git ... as the workflow for Flex is now the same, perhaps it explains a little and helps clear the confusion with git: https://dev.c-ware.de/confluence/display/PUBLIC/Contributing+to+Flexmojos Chris

Re: [Git] Ignore files?

2013-03-12 Thread Jose Barragan
Hi Erik, I recommended you the Altassian SourceTree in mac. In order to your question, both Mike and you share the same branch, and you'll commit and push over it like as SVN, in this scenario the previous stage/commit provides you a bullet time for compose and freehand to compare, advance or

Re: [Git] relative paths in build files

2013-03-12 Thread Jose Barragan
HI Erik, Well there're many ways, but... the most simple way is, set the desire branch in SDK working copy before you use it from FalconJS repo. -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On Mar 12

Re: [Git] Ignore files?

2013-03-12 Thread Erik de Bruin
For future reference... You can set this up with the command: git config --global core.excludesfile ~/.gitignore After which you'll have to create a '.gitignore' file in your home directory and add the ignore patterns. EdB On Tue, Mar 12, 2013 at 12:33 PM, Frédéric THOMAS wrote: > You can h

Re: [Git] Ignore files?

2013-03-12 Thread Frédéric THOMAS
Instead of a update, I do a pull -rebase to preserve the order of the commits -Message d'origine- From: Erik de Bruin Sent: Tuesday, March 12, 2013 1:05 PM To: dev@flex.apache.org Subject: Re: [Git] Ignore files? Carlos, I don't get it. Mike and I work together, so we need to have th

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
What advantage is having a local repo to having a local working copy? It seems to me that all it does is add an extra layer between me and my co-contributors. I need to 'commit' to my local repo and then 'push' to get it out to the world, where before only a 'commit' was needed... EdB On Tue, M

Re: [Git] Ignore files?

2013-03-12 Thread Erik de Bruin
Carlos, I don't get it. Mike and I work together, so we need to have the same codebase. When I have made a change that Mike needs to include in his source, in git I do a 'push', in SVN I do a 'commit'. To stay up to date with my code, Mike needs to do a 'pull' in git ('update' in SVN). What's dif

Re: SVN to Git migration in progress

2013-03-12 Thread Carlos Rovira
commit is like SVN, you are making a commit in your *local* repo. When GIT will became RW, you will be able to "push" to the remote repo sharing your changes. In Git you have a fully functional local repo, and there's a shared one remotely while in SVN there's only one remotely... 2013/3/12 Er

Re: [Git] Ignore files?

2013-03-12 Thread Carlos Rovira
HI Erik, as you already notice we must to setup the .gitignore file. Until we get write status we can't get this file correctly configured. In the meanwhile you can setup your own until we get write access and can commit it. Now that we are at few hours to fully work on GIT, I'm sure you will lov

[Git] ASJS repo migration?

2013-03-12 Thread Erik de Bruin
Hi, Just thought I'd leave this here as well, I've made a comment on the git move JIRA tickets as well... Why wasn't the ASJS repo not migrated? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [Git] Ignore files?

2013-03-12 Thread Frédéric THOMAS
You can have a .gitignore at user level too, mine, on windows contains : # eclipse conf file .settings .classpath .project .manager .scala_dependencies .cache # idea conf files .idea *.iml *.ipr *.iws # building target build null tmp temp dist test-output build.log #OS junk files [Tt]humbs.db

Re: [Git] Ignore files?

2013-03-12 Thread Erik de Bruin
Mike, Thanks. I'm way out of my depth here, but I've decided to learn by doing. I'll probably break some stuff in the process, but hey! git is supposed to be awesome, so I'm sure we'll manage fixing it. And I'm on OS X, for which I've chosen Tower. It seems to work fine, but until I've pushed/com

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
Joao, Thank you... but that went right over my head. I'm still at the stage where I'm trying to grok the difference between 'commit' and 'push'... I'll get there, but I'm so not pleased with (the timing) of this move that you all get to enjoy my wining about it until I have the FalconJx stuff - wh

Re: [Git] Ignore files?

2013-03-12 Thread Michael Schmalle
Yeah, Make sure you read the correct syntax when creating the files and entries. I haven't checked out anything from git yet, got some other things to do today. I have used GIT quite extensively Erik, once you get passed the "blah" of it, your golden. I can help you to with our project if

Re: SVN to Git migration in progress

2013-03-12 Thread João Fernandes
Eric, If you want to learn the basics behind git you can try http://pcottle.github.com/learnGitBranching/ , it helped me. On 12 March 2013 09:14, Erik de Bruin wrote: > Are you sure? > > I did a 'git clone' and 'build.properties' shows: > > # flex-sdk-description values > release = Apache Flex

Re: [Git] Ignore files?

2013-03-12 Thread Erik de Bruin
Ok, The git equivalent of 'svn:ignore' is apparently a file named ".gitignore" you create in the directory where you want to hide files [1]. I have created one for FalconJx in my local repository/working copy/? and added the same entries as were in 'svn:ignore'. I guess this needs to be done for

Re: [DISCUSS] Apache Flex SDK Installer 2.5 RC1

2013-03-12 Thread Swen van Zanten
I don't know if it's been noticed before and it's not really a problem but… The installers are not retina-ready. Just though I mention it. For the rest of it, the installer works great! Swen Op 12 mrt. 2013, om 07:35 heeft Frédéric THOMAS het volgende geschreven: > Ok, I think I've got it fr

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
Still that :) I guess on windows I should find a way to to a hard link, right ? -Fred -Message d'origine- From: Justin Mclean Sent: Tuesday, March 12, 2013 11:26 AM To: dev@flex.apache.org Subject: Re: SVN to Git migration in progress Hi, Well the good news is other than the flex-sd

[jira] [Commented] (FLEX-33345) The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains no entries

2013-03-12 Thread Wilson Silva (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599915#comment-13599915 ] Wilson Silva commented on FLEX-33345: - Thank you :) > The file framew

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
I second that, I just successfully built the SDK as well, using Justin's workaround for the TLF issue. EdB On Tue, Mar 12, 2013 at 11:26 AM, Justin Mclean wrote: > Hi, > > Well the good news is other than the flex-sdk git repo compiles a usable SDK > if you work around the TLF issue. > > Just

[Git] relative paths in build files

2013-03-12 Thread Erik de Bruin
Hi, How to handle relative paths in ant build files? Example: in the Falcon build file, there is a relative path to the 'develop' branch of the SDK. As I understand it, git uses the same path on the file system, regardless of what branch you're currently working on. Question: how can we take car

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
From what I see of the directory structure I have, I haven't even to build it to realize the root of the TLF is one level too high and as you said it won't match what we need. -Message d'origine- From: Justin Mclean Sent: Tuesday, March 12, 2013 11:14 AM To: dev@flex.apache.org Subjec

Re: SVN to Git migration in progress

2013-03-12 Thread Justin Mclean
Hi, Well the good news is other than the flex-sdk git repo compiles a usable SDK if you work around the TLF issue. Justin

[Git] Ignore files?

2013-03-12 Thread Erik de Bruin
Hi, I'll keep asking 'noob' questions until I feel comfortable that I can work with git in a manner that won't harm the project. This is only the first one in what I'm sure will be a long series of questions. And before you get tired and shout: "use the internet!", what I'm trying to do is record

Re: SVN to Git migration in progress

2013-03-12 Thread Justin Mclean
Hi, > I just tried to build the SDK ('develop' branch) in preparation to > building Falcon and FalconJx (to get some work done on the whole > "patch" thing I apparently have to do now) and also got the TLF > manifest error... You can check out the TLF into another directory and create a soft lin

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
Note: It's the past but I wasn't for git, I proposed sub-git which is a tools that allows to work either with git and svn -Message d'origine- From: Erik de Bruin Sent: Tuesday, March 12, 2013 10:58 AM To: dev@flex.apache.org Subject: Re: SVN to Git migration in progress I just tried t

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
It gonna a take some time as I do it regulary with ant thirdparty-downloads before -Message d'origine- From: Justin Mclean Sent: Tuesday, March 12, 2013 10:55 AM To: dev@flex.apache.org Subject: Re: SVN to Git migration in progress Hi, I localy have been able to add tlf as submodule,

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
I just tried to build the SDK ('develop' branch) in preparation to building Falcon and FalconJx (to get some work done on the whole "patch" thing I apparently have to do now) and also got the TLF manifest error... Nobody tried to build the SDK from a git SVN clone before voting +1 on the move? Exc

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
I'm just about to, I move my repo first, set my env files, build and keep yo in touch -Message d'origine- From: Justin Mclean Sent: Tuesday, March 12, 2013 10:55 AM To: dev@flex.apache.org Subject: Re: SVN to Git migration in progress Hi, I localy have been able to add tlf as submodu

Re: SVN to Git migration in progress

2013-03-12 Thread Justin Mclean
Hi, > I localy have been able to add tlf as submodule, not sure I've got the karma > to push it, I'm going to try. You can add it as a sub model but the paths are incorrect - have you tried an to build the SDK? Justin

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
Unfortunaly, I haven't the rights, the repo is read only. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Tuesday, March 12, 2013 10:46 AM To: dev@flex.apache.org Subject: Re: SVN to Git migration in progress Well, I prefer a git clone to be able to quickly switch branch. I loca

Re: SVN to Git migration in progress

2013-03-12 Thread Frédéric THOMAS
Well, I prefer a git clone to be able to quickly switch branch. I localy have been able to add tlf as submodule, not sure I've got the karma to push it, I'm going to try. -Message d'origine- From: Justin Mclean Sent: Tuesday, March 12, 2013 10:32 AM To: dev@flex.apache.org Subject: Re

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
https://cwiki.apache.org/confluence/display/FLEX/Git+Guide I'd say not all relevant practical is there... it's more like a brief "RTFM and figure it out yourself" entry. An urgent +1 on making this a proper HOWTO. EdB On Tue, Mar 12, 2013 at 10:32 AM, Justin Mclean wrote: > Hi, > >> Also, sh

[jira] [Assigned] (FLEX-33345) The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains no entries

2013-03-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33345: Assignee: Justin Mclean > The file frameworks\projects\apache\bundles\pt_PT\apache.prop

  1   2   >