项目作者: megacoder

项目描述 :
My clone of the https://sourceforge.net/p/jedit/svn/HEAD/tree/jEdit/trunk/ SVN repository
高级语言: Java
项目地址: git://github.com/megacoder/jEdit.git
创建时间: 2017-03-16T17:19:21Z
项目社区:https://github.com/megacoder/jEdit

开源协议:GNU General Public License v3.0

下载


jEdit

My clone of the https://sourceforge.net/p/jedit/svn/HEAD/tree/jEdit/trunk/ SVN repository

How This Repo Was Made

  1. $ # Make a working directory to hold the SVN checkout
  2. $ mkdir jEdit-svn
  3. $ svn checkout https://sourceforge.net/p/jedit/svn/HEAD/tree/jEdit/trunk/
  4. $ # Create the GIT repo on github.com and then:
  5. $ git clone https://github.com/megacoder/jEdit
  6. $ # Import the SVN download
  7. $ cd jEdit
  8. $ cp -rl ../jEdit-svn/. .
  9. $ git add -A ./
  10. $ git commit -a -m 'Original import'
  11. $ git push

README

The original compilation instructions are in the:

  1. README.SRC.txt

file.