Re: [julia-users] Cannot pull with rebase...?

2016-05-10 Thread Andres Joaquin Calderon Vergara
Hey Alex, 

I dont have much experience with this, could you please point out the steps 
to add that patch to the METADATA git repo?

Many thanks,

Andres J.

El jueves, 17 de marzo de 2016, 13:17:28 (UTC), Alex Cooper escribió:
>
> I got the same issue on julia-0.4.3-win64. It's a problem with windows git 
> not dealing with files that have unix file permissions set to 755.
>
> First, you might need to switch to ~/.julia/v0.4/METADATA and abort the 
> rebase (git rebase --abort). 
>
> Then, the following patch applied to the METADATA git repo will do the 
> trick.
>
> diff --git a/FixedEffectModels/versions/0.1.0/requires 
> b/FixedEffectModels/versions/0.1.0/requires
> old mode 100755
> new mode 100644
> diff --git a/FixedEffectModels/versions/0.1.1/requires 
> b/FixedEffectModels/versions/0.1.1/requires
> old mode 100755
> new mode 100644
> diff --git a/FixedEffectModels/versions/0.2.0/requires 
> b/FixedEffectModels/versions/0.2.0/requires
> old mode 100755
> new mode 100644
> diff --git a/FixedEffectModels/versions/0.2.1/requires 
> b/FixedEffectModels/versions/0.2.1/requires
> old mode 100755
> new mode 100644
> diff --git a/FixedEffectModels/versions/0.2.2/requires 
> b/FixedEffectModels/versions/0.2.2/requires
> old mode 100755
> new mode 100644
>
> Cheers,
> Alex
>
> On Saturday, February 20, 2016 at 4:56:29 AM UTC+11, Hua Chai wrote:
>>
>> You're right. 'git diff' does show old mode and new mode. But 'chmod' 
>> still didn't work with the old mode number. 
>> Looks like the problem is rooted in the fact that Juno currently doesn't 
>> support Julia 0.4 (I noticed that from Junolab.org). I downloaded the 
>> bundle from Junolab.org instead of Julialang.org and also installed the 
>> command line version of Julia. The Pkg.update() problem didn't appear after 
>> installation. But now my Julia is only v0.3.
>> Hope the next Juno update will support Julia 0.4.
>>
>> On Fri, Feb 19, 2016 at 10:42 AM, Tony Kelman  wrote:
>>
>>> When you do "git diff" it should be showing something to the effect of 
>>> "old mode," that's what you should try to use for chmod. Check git diff 
>>> before and after, and aim to make git diff not say anything.
>>>
>>> I don't know what's responsible for this but it seems like it may be 
>>> specific to Juno somehow?
>>
>>
>>

Re: [julia-users] Cannot pull with rebase...?

2016-03-19 Thread Alex Cooper
I got the same issue on julia-0.4.3-win64. It's a problem with windows git 
not dealing with files that have unix file permissions set to 755.

First, you might need to switch to ~/.julia/v0.4/METADATA and abort the 
rebase (git rebase --abort). 

Then, the following patch applied to the METADATA git repo will do the 
trick.

diff --git a/FixedEffectModels/versions/0.1.0/requires 
b/FixedEffectModels/versions/0.1.0/requires
old mode 100755
new mode 100644
diff --git a/FixedEffectModels/versions/0.1.1/requires 
b/FixedEffectModels/versions/0.1.1/requires
old mode 100755
new mode 100644
diff --git a/FixedEffectModels/versions/0.2.0/requires 
b/FixedEffectModels/versions/0.2.0/requires
old mode 100755
new mode 100644
diff --git a/FixedEffectModels/versions/0.2.1/requires 
b/FixedEffectModels/versions/0.2.1/requires
old mode 100755
new mode 100644
diff --git a/FixedEffectModels/versions/0.2.2/requires 
b/FixedEffectModels/versions/0.2.2/requires
old mode 100755
new mode 100644

Cheers,
Alex

On Saturday, February 20, 2016 at 4:56:29 AM UTC+11, Hua Chai wrote:
>
> You're right. 'git diff' does show old mode and new mode. But 'chmod' 
> still didn't work with the old mode number. 
> Looks like the problem is rooted in the fact that Juno currently doesn't 
> support Julia 0.4 (I noticed that from Junolab.org). I downloaded the 
> bundle from Junolab.org instead of Julialang.org and also installed the 
> command line version of Julia. The Pkg.update() problem didn't appear after 
> installation. But now my Julia is only v0.3.
> Hope the next Juno update will support Julia 0.4.
>
> On Fri, Feb 19, 2016 at 10:42 AM, Tony Kelman  > wrote:
>
>> When you do "git diff" it should be showing something to the effect of 
>> "old mode," that's what you should try to use for chmod. Check git diff 
>> before and after, and aim to make git diff not say anything.
>>
>> I don't know what's responsible for this but it seems like it may be 
>> specific to Juno somehow?
>
>
>

Re: [julia-users] Cannot pull with rebase...?

2016-02-19 Thread Tony Kelman
When you do "git diff" it should be showing something to the effect of "old 
mode," that's what you should try to use for chmod. Check git diff before and 
after, and aim to make git diff not say anything.

I don't know what's responsible for this but it seems like it may be specific 
to Juno somehow?

Re: [julia-users] Cannot pull with rebase...?

2016-02-19 Thread Hua Chai (Ken)
Although these are not questions asked to me, since I'm having the same
issues please allow me to respond so that we all understand the problem
better.

I downloaded the 64-bit Julia + Juno IDE bundle to run on a windows 10
laptop. Since I'm a new user I don't have previous version of Julia
installed. After running the installer all I ran was 'Pkg.status()' and
'Pkg.update()' and the error message pops up. Running 'Pkg.update()' in the
Julia terminal gives the same result.

Also I was trying the chmod command, but didn't know what option to choose
for 'chmod'.

On Fri, Feb 19, 2016 at 5:12 AM, Tony Kelman  wrote:

> Which download, which instructions to update? Just the basic Julia for
> Windows installer exe? You didn't have any previous version of Julia
> installed? Do you have some other version of git on your path perhaps?
>
> If these are permissions changes, it might be that git checkout -- foo
> doesn't have any effect since git on windows is an odd mix of
> posix-imitation and sort-of native executables. Try opening git bash and
> running chmod on the files that "git diff" says have changed, to put the
> permissions back the way git says they used to be to make "git diff" stop
> reporting any changes.
>
>
>
> On Friday, February 19, 2016 at 12:52:26 AM UTC-8, fab...@chalmers.se
> wrote:
>>
>> It is not a matter about not "remember making them", I never did them! I
>> just DL'ed and installed and then followed the instructions to update and
>> then this git issue popped up.
>>
>> On Sunday, January 17, 2016 at 11:23:25 PM UTC+1, Tony Kelman wrote:
>>>
>>> That doesn't make much sense...
>>>
>>> How about ENV["HOMEPATH"] ?
>>> That should tell you where your pkg folder is. Find .julia/v0.4/METADATA
>>> there and run `git diff` to see what the local changes are. If you don't
>>> remember making them you can probably do `git checkout -- filename` to undo
>>> all of them.
>>>
>>


Re: [julia-users] Cannot pull with rebase...?

2016-02-19 Thread Tony Kelman
Which download, which instructions to update? Just the basic Julia for 
Windows installer exe? You didn't have any previous version of Julia 
installed? Do you have some other version of git on your path perhaps?

If these are permissions changes, it might be that git checkout -- foo 
doesn't have any effect since git on windows is an odd mix of 
posix-imitation and sort-of native executables. Try opening git bash and 
running chmod on the files that "git diff" says have changed, to put the 
permissions back the way git says they used to be to make "git diff" stop 
reporting any changes.


On Friday, February 19, 2016 at 12:52:26 AM UTC-8, fab...@chalmers.se wrote:
>
> It is not a matter about not "remember making them", I never did them! I 
> just DL'ed and installed and then followed the instructions to update and 
> then this git issue popped up.
>
> On Sunday, January 17, 2016 at 11:23:25 PM UTC+1, Tony Kelman wrote:
>>
>> That doesn't make much sense...
>>
>> How about ENV["HOMEPATH"] ?
>> That should tell you where your pkg folder is. Find .julia/v0.4/METADATA 
>> there and run `git diff` to see what the local changes are. If you don't 
>> remember making them you can probably do `git checkout -- filename` to undo 
>> all of them.
>>
>

Re: [julia-users] Cannot pull with rebase...?

2016-02-19 Thread fabian
It is not a matter about not "remember making them", I never did them! I 
just DL'ed and installed and then followed the instructions to update and 
then this git issue popped up.

On Sunday, January 17, 2016 at 11:23:25 PM UTC+1, Tony Kelman wrote:
>
> That doesn't make much sense...
>
> How about ENV["HOMEPATH"] ?
> That should tell you where your pkg folder is. Find .julia/v0.4/METADATA 
> there and run `git diff` to see what the local changes are. If you don't 
> remember making them you can probably do `git checkout -- filename` to undo 
> all of them.
>


Re: [julia-users] Cannot pull with rebase...?

2016-02-17 Thread Tony Kelman
Mostly the latter, that contains source which is what git is complaining 
about here. The former, the .julia\lib\v0.4 directory, will contain only 
precompiled .ji files, which are binaries and Julia will overwrite those 
when needed.

On Wednesday, February 17, 2016 at 9:16:22 PM UTC-8, Hua Chai wrote:
>
> I had the same problem. Do you mean deleting the "v0.4" folder 
> under C:\Users\Hua\.julia\lib or the C:\Users\Hua\.julia\v0.4 folder?
>
> On Wednesday, February 3, 2016 at 8:39:52 PM UTC-5, Joshua Duncan wrote:
>>
>> If anyone is interested, just deleting your v0.4 library folder and then 
>> running Pkg.update() will fix this problem.
>>
>> On Friday, January 29, 2016 at 7:45:26 PM UTC-6, Joshua Duncan wrote:
>>>
>>> Have you resolved this problem?  I have the same errors as you.  Just 
>>> installed v0.4.3 on Windows 10.
>>>
>>> Thanks,
>>> Josh
>>>
>>> On Friday, January 15, 2016 at 8:54:42 AM UTC-6, fab...@chalmers.se 
>>> wrote:

 "Pkg.dir()" give the same "Cannot pull with rebase..." error message.

 Thanks.

 On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski 
 wrote:
>
> What is the result of `Pkg.dir()`  in the Julia REPL? That's where 
> your packages live and the METADATA repo.
>
> On Wed, Jan 13, 2016 at 10:36 AM,  wrote:
>
>> Thanks for the reply. Unfortunately, I cannot find any such folder. 
>> This is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I 
>> expected 
>> this to just install and run, but apparently this is not the case, at 
>> least 
>> not on W10...
>>
>>
>> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski 
>> wrote:
>>>
>>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should 
>>> see what's going on there.
>>>
>>> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>>>
 Hello all 
 (first post)

 I just now downloaded version 0.4.2 of Julia, and installed it on 
 my W10x64pro machine. I was going to use it to run the optimization 
 packages, so I did the Pkg.update() on the Julia cmd line, as 
 instructed 
 here http://www.juliaopt.org/.

 To my surprise, i get the following error message:

 INFO: Updating METADATA...
 error: Cannot pull with rebase: You have unstaged changes.
 ERROR: failed process: Process(`git pull --rebase -q`, 
 ProcessExited(1)) [1]
  in pipeline_error at process.jl:555

 I have not done any changes to any source, just DL'ed and installed 
 the 64-bit binary for windows, and I have no clue what is going on... 
 Does 
 anyone have any ideas?

 Thanks.

>>>
>>>
>

Re: [julia-users] Cannot pull with rebase...?

2016-02-17 Thread Hua Chai
I had the same problem. Do you mean deleting the "v0.4" folder 
under C:\Users\Hua\.julia\lib or the C:\Users\Hua\.julia\v0.4 folder?

On Wednesday, February 3, 2016 at 8:39:52 PM UTC-5, Joshua Duncan wrote:
>
> If anyone is interested, just deleting your v0.4 library folder and then 
> running Pkg.update() will fix this problem.
>
> On Friday, January 29, 2016 at 7:45:26 PM UTC-6, Joshua Duncan wrote:
>>
>> Have you resolved this problem?  I have the same errors as you.  Just 
>> installed v0.4.3 on Windows 10.
>>
>> Thanks,
>> Josh
>>
>> On Friday, January 15, 2016 at 8:54:42 AM UTC-6, fab...@chalmers.se 
>> wrote:
>>>
>>> "Pkg.dir()" give the same "Cannot pull with rebase..." error message.
>>>
>>> Thanks.
>>>
>>> On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski 
>>> wrote:

 What is the result of `Pkg.dir()`  in the Julia REPL? That's where your 
 packages live and the METADATA repo.

 On Wed, Jan 13, 2016 at 10:36 AM,  wrote:

> Thanks for the reply. Unfortunately, I cannot find any such folder. 
> This is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected 
> this to just install and run, but apparently this is not the case, at 
> least 
> not on W10...
>
>
> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski 
> wrote:
>>
>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should 
>> see what's going on there.
>>
>> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>>
>>> Hello all 
>>> (first post)
>>>
>>> I just now downloaded version 0.4.2 of Julia, and installed it on my 
>>> W10x64pro machine. I was going to use it to run the optimization 
>>> packages, 
>>> so I did the Pkg.update() on the Julia cmd line, as instructed here 
>>> http://www.juliaopt.org/.
>>>
>>> To my surprise, i get the following error message:
>>>
>>> INFO: Updating METADATA...
>>> error: Cannot pull with rebase: You have unstaged changes.
>>> ERROR: failed process: Process(`git pull --rebase -q`, 
>>> ProcessExited(1)) [1]
>>>  in pipeline_error at process.jl:555
>>>
>>> I have not done any changes to any source, just DL'ed and installed 
>>> the 64-bit binary for windows, and I have no clue what is going on... 
>>> Does 
>>> anyone have any ideas?
>>>
>>> Thanks.
>>>
>>
>>


RE: Private message regarding: [julia-users] Cannot pull with rebase...?

2016-02-17 Thread Tony Kelman
Yes but a general question like this should be asked on the mailing list, 
please don't contact people directly for things that can be public.

You can either use the Julia REPL's shell mode (hit semicolon), or you can run 
git-bash from a separate Git installation. In Julia 0.4 we include a Git 
installation within the Julia binaries on Windows and Mac but this will not 
always be the case. If you're on Windows, navigate to where you have Julia 
installed (the variable JULIA_HOME in the Julia REPL will tell you where that 
is), then under the Git/ directory, run git-bash.exe. You can navigate around 
your METADATA folder and anywhere else in that prompt, and run git commands 
from there.


> Date: Wed, 17 Feb 2016 20:59:11 -0800 
> From: kenhc...@gmail.com 
> To: t...@kelman.net 
> Subject: Private message regarding: [julia-users] Cannot pull with rebase...? 
>  
> May I ask where and how do you run commands like 'git diff'? 
>  
> On Sunday, January 17, 2016 at 5:23:25 PM UTC-5, Tony Kelman wrote: 
> That doesn't make much sense... 
>  
> How about ENV["HOMEPATH"] ? 
> That should tell you where your pkg folder is. Find  
> .julia/v0.4/METADATA there and run `git diff` to see what the local  
> changes are. If you don't remember making them you can probably do `git  
> checkout -- filename` to undo all of them. 
  

Re: [julia-users] Cannot pull with rebase...?

2016-02-03 Thread Joshua Duncan
If anyone is interested, just deleting your v0.4 library folder and then 
running Pkg.update() will fix this problem.

On Friday, January 29, 2016 at 7:45:26 PM UTC-6, Joshua Duncan wrote:
>
> Have you resolved this problem?  I have the same errors as you.  Just 
> installed v0.4.3 on Windows 10.
>
> Thanks,
> Josh
>
> On Friday, January 15, 2016 at 8:54:42 AM UTC-6, fab...@chalmers.se wrote:
>>
>> "Pkg.dir()" give the same "Cannot pull with rebase..." error message.
>>
>> Thanks.
>>
>> On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski 
>> wrote:
>>>
>>> What is the result of `Pkg.dir()`  in the Julia REPL? That's where your 
>>> packages live and the METADATA repo.
>>>
>>> On Wed, Jan 13, 2016 at 10:36 AM,  wrote:
>>>
 Thanks for the reply. Unfortunately, I cannot find any such folder. 
 This is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected 
 this to just install and run, but apparently this is not the case, at 
 least 
 not on W10...


 On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski 
 wrote:
>
> If you go into ~/.julia/v0.4/METADATA and do `git status` you should 
> see what's going on there.
>
> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>
>> Hello all 
>> (first post)
>>
>> I just now downloaded version 0.4.2 of Julia, and installed it on my 
>> W10x64pro machine. I was going to use it to run the optimization 
>> packages, 
>> so I did the Pkg.update() on the Julia cmd line, as instructed here 
>> http://www.juliaopt.org/.
>>
>> To my surprise, i get the following error message:
>>
>> INFO: Updating METADATA...
>> error: Cannot pull with rebase: You have unstaged changes.
>> ERROR: failed process: Process(`git pull --rebase -q`, 
>> ProcessExited(1)) [1]
>>  in pipeline_error at process.jl:555
>>
>> I have not done any changes to any source, just DL'ed and installed 
>> the 64-bit binary for windows, and I have no clue what is going on... 
>> Does 
>> anyone have any ideas?
>>
>> Thanks.
>>
>
>
>>>

Re: [julia-users] Cannot pull with rebase...?

2016-01-29 Thread Joshua Duncan
Have you resolved this problem?  I have the same errors as you.  Just 
installed v0.4.3 on Windows 10.

Thanks,
Josh

On Friday, January 15, 2016 at 8:54:42 AM UTC-6, fab...@chalmers.se wrote:
>
> "Pkg.dir()" give the same "Cannot pull with rebase..." error message.
>
> Thanks.
>
> On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski wrote:
>>
>> What is the result of `Pkg.dir()`  in the Julia REPL? That's where your 
>> packages live and the METADATA repo.
>>
>> On Wed, Jan 13, 2016 at 10:36 AM,  wrote:
>>
>>> Thanks for the reply. Unfortunately, I cannot find any such folder. This 
>>> is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this 
>>> to just install and run, but apparently this is not the case, at least not 
>>> on W10...
>>>
>>>
>>> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:

 If you go into ~/.julia/v0.4/METADATA and do `git status` you should 
 see what's going on there.

 On Tue, Jan 12, 2016 at 10:41 AM,  wrote:

> Hello all 
> (first post)
>
> I just now downloaded version 0.4.2 of Julia, and installed it on my 
> W10x64pro machine. I was going to use it to run the optimization 
> packages, 
> so I did the Pkg.update() on the Julia cmd line, as instructed here 
> http://www.juliaopt.org/.
>
> To my surprise, i get the following error message:
>
> INFO: Updating METADATA...
> error: Cannot pull with rebase: You have unstaged changes.
> ERROR: failed process: Process(`git pull --rebase -q`, 
> ProcessExited(1)) [1]
>  in pipeline_error at process.jl:555
>
> I have not done any changes to any source, just DL'ed and installed 
> the 64-bit binary for windows, and I have no clue what is going on... 
> Does 
> anyone have any ideas?
>
> Thanks.
>


>>

[julia-users] Cannot pull with rebase when I try to use Pkg.update()

2016-01-22 Thread Diogo Falcão
I am trying to use Julia on Windows for the first time, and when I try to 
run Pkg.update(), I got this error:

error: Cannot pull with rebase: You have unstaged changes.


When I run "git status" in the METADATA folder, I got:


On branch metadata-v2
Your branch is behind 'origin/metadata-v2' by 524 commits, and can be 
fast-forwarded.
  (use "git pull" to update your local branch)
Changes not staged for commit:
  (use "git add ..." to update what will be committed)
  (use "git checkout -- ..." to discard changes in working directory)

modified:   FixedEffectModels/versions/0.1.0/requires
modified:   FixedEffectModels/versions/0.1.1/requires
modified:   FixedEffectModels/versions/0.2.0/requires
modified:   FixedEffectModels/versions/0.2.1/requires
modified:   FixedEffectModels/versions/0.2.2/requires

no changes added to commit (use "git add" and/or "git commit -a")


How can I solve this? Thanks

-- 

--
Esta mensagem pode conter informação confidencial e/ou privilegiada.Se você 
não for o destinatário ou a pessoa autorizada a receber esta mensagem, você 
não deve usar, copiar, divulgar, alterar e não tomar nenhuma ação em 
relação a esta mensagem ou qualquer informação aqui contida.Se você recebeu 
esta mensagem erroneamente, por favor entre em contato imediatamente ou 
responsa por e-mail ao remetente e apague esta mensagem. Opiniões pessoais 
do remetente não refletem, necessariamente, o ponto de vista da Neurotech, 
o qual é divulgado somente por pessoas autorizadas. Antes de imprimir este 
e-mail, veja se realmente é necessário. Ajude a preservar o meio ambiente.

This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the 
addressee, please, you must not use, copy, disclose, change, take any 
action based on this message or any information herein. Personal opinions 
of the sender do not necessarily reflect the view of Neurotech, which is 
only divulged by authorized persons. Please consider the environment before 
printing this email.


Re: [julia-users] Cannot pull with rebase...?

2016-01-17 Thread Tony Kelman
That doesn't make much sense...

How about ENV["HOMEPATH"] ?
That should tell you where your pkg folder is. Find .julia/v0.4/METADATA there 
and run `git diff` to see what the local changes are. If you don't remember 
making them you can probably do `git checkout -- filename` to undo all of them.

Re: [julia-users] Cannot pull with rebase...?

2016-01-15 Thread fabian
"Pkg.dir()" give the same "Cannot pull with rebase..." error message.

Thanks.

On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski wrote:
>
> What is the result of `Pkg.dir()`  in the Julia REPL? That's where your 
> packages live and the METADATA repo.
>
> On Wed, Jan 13, 2016 at 10:36 AM,  
> wrote:
>
>> Thanks for the reply. Unfortunately, I cannot find any such folder. This 
>> is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this 
>> to just install and run, but apparently this is not the case, at least not 
>> on W10...
>>
>>
>> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:
>>>
>>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should see 
>>> what's going on there.
>>>
>>> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>>>
 Hello all 
 (first post)

 I just now downloaded version 0.4.2 of Julia, and installed it on my 
 W10x64pro machine. I was going to use it to run the optimization packages, 
 so I did the Pkg.update() on the Julia cmd line, as instructed here 
 http://www.juliaopt.org/.

 To my surprise, i get the following error message:

 INFO: Updating METADATA...
 error: Cannot pull with rebase: You have unstaged changes.
 ERROR: failed process: Process(`git pull --rebase -q`, 
 ProcessExited(1)) [1]
  in pipeline_error at process.jl:555

 I have not done any changes to any source, just DL'ed and installed the 
 64-bit binary for windows, and I have no clue what is going on... Does 
 anyone have any ideas?

 Thanks.

>>>
>>>
>

Re: [julia-users] Cannot pull with rebase...?

2016-01-14 Thread fabian
Oops...! Somehow Julia has created a rouge directory in my 
C:\Users\" which indeed contains a METADATA folder. I was under the 
impression that Julia was portable and could be dropped into any folder and 
would stick to that folder, just like any well-behaved portable app. 

But ok... "git status" in the METADATA folder gives me:

On branch metadata-v2
Your branch is up-to-date with 'origin/metadata-v2'.

Changes not staged for commit:
  (use "git add ..." to update what will be committed)
  (use "git checkout -- ..." to discard changes in working directory)

modified:   FixedEffectModels/versions/0.1.0/requires
modified:   FixedEffectModels/versions/0.1.1/requires
modified:   FixedEffectModels/versions/0.2.0/requires
modified:   FixedEffectModels/versions/0.2.1/requires
modified:   FixedEffectModels/versions/0.2.2/requires

no changes added to commit (use "git add" and/or "git commit -a")

I did not change any of those files (I didn't even know that they existed).

Thanks
// MVHMF

On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski wrote:
>
> What is the result of `Pkg.dir()`  in the Julia REPL? That's where your 
> packages live and the METADATA repo.
>
> On Wed, Jan 13, 2016 at 10:36 AM,  
> wrote:
>
>> Thanks for the reply. Unfortunately, I cannot find any such folder. This 
>> is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this 
>> to just install and run, but apparently this is not the case, at least not 
>> on W10...
>>
>>
>> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:
>>>
>>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should see 
>>> what's going on there.
>>>
>>> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>>>
 Hello all 
 (first post)

 I just now downloaded version 0.4.2 of Julia, and installed it on my 
 W10x64pro machine. I was going to use it to run the optimization packages, 
 so I did the Pkg.update() on the Julia cmd line, as instructed here 
 http://www.juliaopt.org/.

 To my surprise, i get the following error message:

 INFO: Updating METADATA...
 error: Cannot pull with rebase: You have unstaged changes.
 ERROR: failed process: Process(`git pull --rebase -q`, 
 ProcessExited(1)) [1]
  in pipeline_error at process.jl:555

 I have not done any changes to any source, just DL'ed and installed the 
 64-bit binary for windows, and I have no clue what is going on... Does 
 anyone have any ideas?

 Thanks.

>>>
>>>
>

Re: [julia-users] Cannot pull with rebase...?

2016-01-13 Thread fabian
Thanks for the reply. Unfortunately, I cannot find any such folder. This is 
the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this to 
just install and run, but apparently this is not the case, at least not on 
W10...


On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:
>
> If you go into ~/.julia/v0.4/METADATA and do `git status` you should see 
> what's going on there.
>
> On Tue, Jan 12, 2016 at 10:41 AM,  
> wrote:
>
>> Hello all 
>> (first post)
>>
>> I just now downloaded version 0.4.2 of Julia, and installed it on my 
>> W10x64pro machine. I was going to use it to run the optimization packages, 
>> so I did the Pkg.update() on the Julia cmd line, as instructed here 
>> http://www.juliaopt.org/.
>>
>> To my surprise, i get the following error message:
>>
>> INFO: Updating METADATA...
>> error: Cannot pull with rebase: You have unstaged changes.
>> ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) 
>> [1]
>>  in pipeline_error at process.jl:555
>>
>> I have not done any changes to any source, just DL'ed and installed the 
>> 64-bit binary for windows, and I have no clue what is going on... Does 
>> anyone have any ideas?
>>
>> Thanks.
>>
>
>

Re: [julia-users] Cannot pull with rebase...?

2016-01-13 Thread Christopher Alexander

In your user folder, you don't have a .julia folder?  It is hidden, so you 
might have to turn on hidden folders or access it via the command prompt. 
 If you are on a computer with a network drive, it might have put the 
folder in there.

On Wednesday, January 13, 2016 at 10:36:51 AM UTC-5, fab...@chalmers.se 
wrote:
>
> Thanks for the reply. Unfortunately, I cannot find any such folder. This 
> is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this 
> to just install and run, but apparently this is not the case, at least not 
> on W10...
>
>
> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:
>>
>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should see 
>> what's going on there.
>>
>> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>>
>>> Hello all 
>>> (first post)
>>>
>>> I just now downloaded version 0.4.2 of Julia, and installed it on my 
>>> W10x64pro machine. I was going to use it to run the optimization packages, 
>>> so I did the Pkg.update() on the Julia cmd line, as instructed here 
>>> http://www.juliaopt.org/.
>>>
>>> To my surprise, i get the following error message:
>>>
>>> INFO: Updating METADATA...
>>> error: Cannot pull with rebase: You have unstaged changes.
>>> ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) 
>>> [1]
>>>  in pipeline_error at process.jl:555
>>>
>>> I have not done any changes to any source, just DL'ed and installed the 
>>> 64-bit binary for windows, and I have no clue what is going on... Does 
>>> anyone have any ideas?
>>>
>>> Thanks.
>>>
>>
>>

Re: [julia-users] Cannot pull with rebase...?

2016-01-13 Thread Stefan Karpinski
What is the result of `Pkg.dir()`  in the Julia REPL? That's where your
packages live and the METADATA repo.

On Wed, Jan 13, 2016 at 10:36 AM,  wrote:

> Thanks for the reply. Unfortunately, I cannot find any such folder. This
> is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this
> to just install and run, but apparently this is not the case, at least not
> on W10...
>
>
> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:
>>
>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should see
>> what's going on there.
>>
>> On Tue, Jan 12, 2016 at 10:41 AM,  wrote:
>>
>>> Hello all
>>> (first post)
>>>
>>> I just now downloaded version 0.4.2 of Julia, and installed it on my
>>> W10x64pro machine. I was going to use it to run the optimization packages,
>>> so I did the Pkg.update() on the Julia cmd line, as instructed here
>>> http://www.juliaopt.org/.
>>>
>>> To my surprise, i get the following error message:
>>>
>>> INFO: Updating METADATA...
>>> error: Cannot pull with rebase: You have unstaged changes.
>>> ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1))
>>> [1]
>>>  in pipeline_error at process.jl:555
>>>
>>> I have not done any changes to any source, just DL'ed and installed the
>>> 64-bit binary for windows, and I have no clue what is going on... Does
>>> anyone have any ideas?
>>>
>>> Thanks.
>>>
>>
>>


[julia-users] Cannot pull with rebase...?

2016-01-12 Thread fabian
Hello all 
(first post)

I just now downloaded version 0.4.2 of Julia, and installed it on my 
W10x64pro machine. I was going to use it to run the optimization packages, 
so I did the Pkg.update() on the Julia cmd line, as instructed here 
http://www.juliaopt.org/.

To my surprise, i get the following error message:

INFO: Updating METADATA...
error: Cannot pull with rebase: You have unstaged changes.
ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) [1]
 in pipeline_error at process.jl:555

I have not done any changes to any source, just DL'ed and installed the 
64-bit binary for windows, and I have no clue what is going on... Does 
anyone have any ideas?

Thanks.


Re: [julia-users] Cannot pull with rebase...?

2016-01-12 Thread Stefan Karpinski
If you go into ~/.julia/v0.4/METADATA and do `git status` you should see
what's going on there.

On Tue, Jan 12, 2016 at 10:41 AM,  wrote:

> Hello all
> (first post)
>
> I just now downloaded version 0.4.2 of Julia, and installed it on my
> W10x64pro machine. I was going to use it to run the optimization packages,
> so I did the Pkg.update() on the Julia cmd line, as instructed here
> http://www.juliaopt.org/.
>
> To my surprise, i get the following error message:
>
> INFO: Updating METADATA...
> error: Cannot pull with rebase: You have unstaged changes.
> ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1))
> [1]
>  in pipeline_error at process.jl:555
>
> I have not done any changes to any source, just DL'ed and installed the
> 64-bit binary for windows, and I have no clue what is going on... Does
> anyone have any ideas?
>
> Thanks.
>