To get the newest source code from CVS is easy. You can follow the instructions at http://newedit.tigris.org/servlets/ProjectSource。And I list the steps here:

1. You should have a cvs tool. I suggest a command line tool, just like: cvs.exe. In window, you can download it from http://www.cvshome.org or if you have installed cygwin it’ll be shipped with cygwin.

2. First time:

You should login first:

cvs -d :pserver:anoncvs@cvs.tigris.org:/cvs login

Then checkout the module:

cvs -d :pserver:anoncvs@cvs.tigris.org:/cvs checkout newedit

This will create a directory NewEdit in your current directory. And the newest source code is just in there. This step may be executed only once, unless you change the directory.

3. Second time and later:

Change directory to NewEdit which your create early throught cvs checkout command. And only execute:

cvs update

command. That’s it.

 

得到最新的 NewEdit 源码很容易。你可以按照http://newedit.tigris.org/servlets/ProjectSource所说的去做。下面是我列出的步骤:

1. 你应该有一个cvs工具。我建议使用命令行工具,如:cvs.exe。在Windows下,你可以从http://www.cvshome.org上下载或如果你安装了cygwin,则其中已经包含它了。

2. 第一次:

首先要登录:

cvs -d :pserver:anoncvs@cvs.tigris.org:/cvs login

然后checkout出模块:

cvs -d :pserver:anoncvs@cvs.tigris.org:/cvs checkout newedit

这样将会在你的当前目录下创建一个newedit的目录。最新的源码就在里面。这一步应该只执行一次,除非你改变了目录。

3. 第二次和后面

进入以前使用checkout创建出来的newedit目录,然后只要执行:

cvs update

就可以了。


7条评论

  1. to Patrick Hall:

    You should use lowercase name ‘newedit’, not the uppercase name ‘NewEdit’, right? Try again. It’s a typing mistake of mine. I’m sorry for that.

  2. Oh, excellent, thanks.

    I should have been able to figure that out on my own.

    :)

  3. Any ideas what this is about?

    $ cvs -d :pserver:anoncvs@cvs.tigris.org:/cvs checkout NewEdit

    cvs server: cannot find module `NewEdit’ – ignored

    Best,

    pat

  4. 嗬嗬嗬!!

    that the true problem is ,there so many people is defended behind some wall….

    can not cvs out yet….!!!!

    poor China developer, poor newEdit can not taste in time….

  5. limodou:你好!

    我是最近才开始注意到wxPython以及wxWindows的,原来我们的团队都是在IDE上工作的,象Delphi和CBC等,我本人主要做的是JAVA应用。我对Python一直都很感兴趣,而且也一直在寻找一些可以跨平台的图形界面开发技术(我们公司是做自助业务的,需要在自助设备上开发应用)。我在看到wxXXX后,很感兴趣,但是如果做一个象NewEdit这样的应用,是怎么做的呢?是使用某个IDE工具,还是就是使用UltraEdit等这样的编辑工具就可以了?

    希望以后能向你多多学习。

    Jack

    2005.05.11

  6. 开始是使用EditPlus,后来等NewEdit基本可以使用时就使用NewEdit来开发自已了。现在我开发Python程序基本上就是使用NewEdit了。

    互相学习吧。

  7. it’s a cool idea to have such an editor.

    for now, IDLE is still my preferred editor for python.

发表评论

评论也有版权!