[julia-users] Re: PkgDev.tag issues

2016-09-27 Thread Brandon Taylor
Windows 10? Is it because my Weave.jl package is dirty? On Tuesday, September 27, 2016 at 11:20:12 AM UTC-4, Chris Rackauckas wrote: > > It happened to me as well when I tagged yesterday. I just changed > computers over to Linux... v0.5 Windows 10. > > On Monday, September 26, 2016 at 8:26:00 PM

[julia-users] Re: PkgDev.tag issues

2016-09-27 Thread Chris Rackauckas
It happened to me as well when I tagged yesterday. I just changed computers over to Linux... v0.5 Windows 10. On Monday, September 26, 2016 at 8:26:00 PM UTC-7, Tony Kelman wrote: > > The "no changes to commit" issue sounds like > https://github.com/JuliaLang/PkgDev.jl/issues/28 >

[julia-users] Re: PkgDev.tag issues

2016-09-26 Thread Tony Kelman
The "no changes to commit" issue sounds like https://github.com/JuliaLang/PkgDev.jl/issues/28, especially since you're on Windows. I don't know what's going on there or where to start debugging. I'm a little surprised you're only the second one to report the issue, I'd think it would have

[julia-users] Re: PkgDev.tag issues

2016-09-25 Thread Brandon Taylor
Ok, I deleted the extraneous tags, and retagged. Same thing messages about no changes to commit. So I git added the new v0.1.0 folder and then committed manually. Then I tried PkgDev.publish() and I got this: ERROR: GitError(Code:EAUTH, Class:None, No errors) in macro expansion at

[julia-users] Re: PkgDev.tag issues

2016-09-24 Thread Tony Kelman
You may have to remove the git tag from your local clone of the package repo.

[julia-users] Re: PkgDev.tag issues

2016-09-24 Thread Evan Fields
I've had this problem as well so I'm eager to learn a solution. It was a while ago, but when this happened to me, git status in the metadata repo would show uncommitted changes. I think I had to reset metadata to a clean state, manually delete some tags in the package repository, and run the