|
From: Alan E. <ala...@gm...> - 2019-05-28 22:32:54
|
Hi Makarius, I have a variable called JEDITSVN which is set to svn+ssh:// ez...@sv.../p/jedit/svn Then I can check out any SVN plugin using the variable like this: $ svn co $JEDITSVN/plugins/MacOS/trunk MacOS On Tue, May 28, 2019 at 1:45 PM Makarius <mak...@sk...> wrote: > On 28/05/2019 21:19, Alan Ezust wrote: > > > > The original MacOSX plugin is still in Subversion, so I guess we should > > create a new git repo for the MacOS plugin. > > My plan was to use svn2git on Linux, but I cannot even make a plain svn > checkout. > > The web view https://sourceforge.net/p/jedit/svn/HEAD/tree/plugins shows > a command-line "svn checkout --username=makarius > svn+ssh://makarius@svn.code.sf.net/p/jedit/svn/jEdit/trunk/ jedit-svn", > but that is the main jEdit repository. > Yes, the wrong address is shown there. I don't know how to fix that. > > What is the proper URL for "plugins" or "plugins/MacOSX"? > > > Makarius > |