Re: [jdee-devel] Supported Emacs versions

2015-07-13 Thread Przemysław Wojnowski
W dniu 2015-07-14 00:10, Phillip Lord napisał(a): > Cask, EVM and travis-ci are a good way forward for older version > testing. I most of my packages against multiple versions. Great news. I didn't know that travis-ci has such capability. > Having said that testing any GUI application with unit te

Re: [jdee-devel] Supported Emacs versions

2015-07-13 Thread Paul Landes
Let's call it 24.3 then. Another todo item: move to a github mailing list. Can someone provide advantages and disadvantages (if they exist)? Thanks. On Jul 13, 2015, at 5:10 PM, Phillip Lord wrote: > > Cask, EVM and travis-ci are a good way forward for older version testing. I > most of m

Re: [jdee-devel] Supported Emacs versions

2015-07-13 Thread Phillip Lord
Cask, EVM and travis-ci are a good way forward for older version testing. I most of my packages against multiple versions. 24.3 is still the standard release on Ubuntu (certainly on the LTS). I am on 24.5 but both it and 24.4 have to be installed from source. Having said that testing any GUI a

Re: [jdee-devel] Supported Emacs versions

2015-07-13 Thread Przemysław Wojnowski
> I'm still on 24.3 >> I'm currently on 24.5.  25 is still beta isn't it? Thanks for input. What should be the oldest supported version? Is 24.3 enough? The oldest I've got is 24.4.1. The problem is how to verify that a change works with an older version too? --

Re: [jdee-devel] Supported Emacs versions

2015-07-13 Thread Len Trigg
I'm still on 24.3 (as that's what comes packaged with Ubuntu 14.04 LTS). I think it makes sense to support people who don't build emacs themselves :-) Cheers, Len. On 14 July 2015 at 08:32, Paul Landes wrote: > I'm currently on 24.5. 25 is still beta isn't it? > > > On Jul 13, 2015, at 3:31 PM

Re: [jdee-devel] Supported Emacs versions

2015-07-13 Thread Paul Landes
I'm currently on 24.5. 25 is still beta isn't it? On Jul 13, 2015, at 3:31 PM, Przemysław Wojnowski wrote: > Hello everybody, > > What version(s) of Emacs should be supported? > Are we plan to still support Emacs lower than 25? > > IMHO there's no point in maintaining older versions. If some

[jdee-devel] Supported Emacs versions

2015-07-13 Thread Przemysław Wojnowski
Hello everybody, What version(s) of Emacs should be supported? Are we plan to still support Emacs lower than 25? IMHO there's no point in maintaining older versions. If someone wants to use JDEE with older Emacs, then releases 2.4.x are available. Cheers, Przemysław ---

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
Phillip. You're added. We'll very much be looking for your contributions to the project once again :) Have you switched to doing only clojure these days? On Jul 13, 2015, at 2:40 PM, Phillip Lord wrote: > > "phillip" would be "phillord" (that's me:-) > > _

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
> Try it now. Now it works. :-) -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business.

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
Try it now. On Jul 13, 2015, at 2:31 PM, Przemysław Wojnowski wrote: > I tried to commit (.gitignore and texidoc), but got: > ERROR: Permission to jdee-emacs/jdee.git denied to pwojnowski. > > I seems that members of Development team don't have write access to the > repository - I guess the re

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Phillip Lord
"phillip" would be "phillord" (that's me:-) From: Paul Landes [lan...@mailc.net] Sent: 13 July 2015 19:22 To: Phillip Lord Cc: Przemysław Wojnowski; JDEE Development Subject: Re: [jdee-devel] using jdee with current Emacs master No doubt that he's a guru

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
I tried to commit (.gitignore and texidoc), but got: ERROR: Permission to jdee-emacs/jdee.git denied to pwojnowski. I seems that members of Development team don't have write access to the repository - I guess the repository should be assigned to the team (in team settings). W dniu 2015-07-13 20

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
It looks great. W dniu 13.07.2015 o 20:22, Paul Landes pisze: > No doubt that he's a guru in all things SCM. However, I think I have it. > Here's how I imported it: > > SVNURL="https://svn.code.sf.net/p/jdee/code"; > git svn clone $SVNURL \ > --branches=/branches/ \ > --trunk=/trunk/j

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
No doubt that he's a guru in all things SCM. However, I think I have it. Here's how I imported it: SVNURL="https://svn.code.sf.net/p/jdee/code"; git svn clone $SVNURL \ --branches=/branches/ \ --trunk=/trunk/jdee \ --tags=/tags/ \ --no-minimize-url \ -r4:HEAD \ -A author

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Phillip Lord
The other person worth contacting would be Eric S. Raymond -- he wrote vc.el, reposurgeon and did the Emacs port from bzr. He's been posting on this recently and might well be willing to help. He's well-disposed to Emacs, obviously, although doubt that he uses Java. http://esr.ibiblio.org/?p=6

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
Does previous author care about their email address in this author mapping file? On Jul 13, 2015, at 12:48 PM, Paul Landes wrote: > I'm trying to use git svn right now myself using this mapping: > > paullandes = plandes <...> > lenbok = lenbok > shyamalprasad = shyamalprasad > > which it s

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
I'm trying to use git svn right now myself using this mapping: paullandes = plandes lenbok = lenbok shyamalprasad = shyamalprasad which it seems fine with. However, I get these warnings: W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: '/p/jdee/cod

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
This is the procedure I use: https://www.atlassian.com/git/tutorials/migrating-overview/ It involves running a JAR that Atlassian provides on the SVN repo, editing the resulting svn-to-git user map file, and then using git-svn to migrate into a local git repo. The resulting git repo can be impo

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
As for me it would be great. IMHO the simplest approach would be to use an empty GH repository, attach my repo as a second remote, import (cherry pick) all commits except mine, and then just push to correct GH remote. The last two commits can be applied as patches/pull-requests. Of course, you

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
I once again offer my services. But it will have to wait until tonight. (I'm in Colorado for timzone reference) Carlos On 13.07.15 11:34, Przemysław Wojnowski wrote: > Sorry guys, but it seems that it doesn't import "whole" history. For some > reason > it breaks on commit 104, but in my reposit

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
We're now on github: https://github.com/jdee-emacs/jdee I've removed all admins and developers from the sourceforge page and redirected to the new github repo. Stephen: What is your github account? I will add you as a developer. Also, this is the first time I've created and admin'd a github

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
Sorry guys, but it seems that it doesn't import "whole" history. For some reason it breaks on commit 104, but in my repository (https://github.com/pwojnowski/jdee) there are 283 commits of which maybe 20 are mine (changes for Emacs 25). It seems that it has to be imported in some other way.

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
Good question. I did the SVN import as recommended. Przemysław? On Jul 13, 2015, at 12:32 PM, Phillip Lord wrote: > Why does the history start in 2010? > > From: Paul Landes [lan...@mailc.net] > Sent: 13 July 2015 18:29 > To: Stephen Leake > Cc: JDEE D

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Phillip Lord
Why does the history start in 2010? From: Paul Landes [lan...@mailc.net] Sent: 13 July 2015 18:29 To: Stephen Leake Cc: JDEE Development Subject: Re: [jdee-devel] using jdee with current Emacs master We're now on github: https://github.com/jdee-emacs/jdee

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
Sorry: ckonstanski ckonstan...@pippiandcarlos.com Carlos On 13.07.15 11:06, Paul Landes wrote: > I'm going to delete the repo and recreate with by importing. > > Thanks for the suggestions--very helpful. > > Carlos: what is your github account? > > > > On Jul 13, 2015, at 12:04 PM, Carlos Konsta

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
ckonstanski Carlos On 13.07.15 11:06, Paul Landes wrote: > I'm going to delete the repo and recreate with by importing. > > Thanks for the suggestions--very helpful. > > Carlos: what is your github account? > > > > On Jul 13, 2015, at 12:04 PM, Carlos Konstanski > wrote: > >> Sounds like they'r

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
Whole history is preserved - if that was your concern. W dniu 13.07.2015 o 19:04, Carlos Konstanski pisze: > Sounds like they're doing it right. Sounds sweet! > > Carlos > > On 13.07.15 11:03, Przemysław Wojnowski wrote: >> GH asks during the the import for GH names of all users from commits - >>

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
I have some experience in migrating svn repos to git if you're interested. We can retain history and everything. Carlos On 13.07.15 10:43, Paul Landes wrote: > Given the desire to move to github I'm planning on doing that. > > I tried to create a jdee organization, but as mentioned, the name is

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
Sounds like they're doing it right. Sounds sweet! Carlos On 13.07.15 11:03, Przemysław Wojnowski wrote: > GH asks during the the import for GH names of all users from commits - > it was around 8 AFAIR. I don't know if they can be assiociated after the > import, though. > > BTW when importing I wa

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
GH asks during the the import for GH names of all users from commits - it was around 8 AFAIR. I don't know if they can be assiociated after the import, though. BTW when importing I was using the following address: http://svn.code.sf.net/p/jdee/code/trunk/jdee It was to have clean source in top

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Carlos Konstanski
How well does the import functionality handle usernames? When I've migrated from svn to git in the past, there has always been a little bit of manual labor associated with mapping svn users to git users. Carlos On 13.07.15 10:56, Przemysław Wojnowski wrote: > You/we can move SF right away, beca

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Przemysław Wojnowski
You/we can move SF right away, because the two won't collide. The address of organization's repo is: https://github.com/jdee-emacs/jdee IMHO it would be easier to just import the repo from SF directly using GH's import functionality - as I did before. It takes something like 2 minutes. If you wan

Re: [jdee-devel] using jdee with current Emacs master

2015-07-13 Thread Paul Landes
Given the desire to move to github I'm planning on doing that. I tried to create a jdee organization, but as mentioned, the name is taken. I've asked the repo author of the emacsmirror/jdee repo if they are willing to give up the name. If not, I'll create a new repo and afterword close down the