My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 14, 2008 by limodou
Labels: Featured
SvnHowTo  

There are a couple of free programs that make this extremely easy. Windows users should get TortoiseSVN http://tortoisesvn.tigris.org/. Others should get RapidSVN http://rapidsvn.tigris.org/. And there is also pysvn-workbench http://pysvn.tigris.org/docs/WorkBench.html written by python.

This FAQ will explain the use of TortoiseSVN.

Once TortoiseSVN has been installed:

If you have yet to install Ulipad, create a new, empty folder for it.

The following apply whether you have yet to install Ulipad, or are updating it with TortoiseSVN for the first time:

  1. Right-click within your Ulipad folder to show the context menu.
  2. Note the two menu entries, SVN Checkout, and TortoiseSVN.
  3. Click on SVN Checkout. This will call TortoiseSVN.
  4. Enter http://ulipad.googlecode.com/svn/trunk/ in the "URL of repository" box.
  5. The Checkout directory should already show the folder you created for Ulipad, for example, C:\Program Files\Ulipad.
  6. Do not check "Only check out the top folder" or "Omit externals".
  7. Select the "HEAD revision" radio button. This will ensure you get the latest revision. (Should you want an earlier revision for some reason, select the "Revision" button and enter the revision number)
  8. Click OK. The download will begin. When finished, you're ready to use Ulipad!

The second and subsequent times you update Ulipad using TortoiseSVN:

  1. Right-click within your Ulipad folder to show the context menu.
  2. Click on SVN Update and leave the rest to TortoiseSVN!

Hints:

  1. Before updating, you may want to backup your Ulipad folder.
  2. Always make a note of the number of latest revision you have.
  3. http://ulipad.googlecode.com/svn/trunk/ will show the number of the latest revision available. Or using svn update to see the lastest revision.
  4. Keep up-to-date by subscribing to the Ulipad mailing list at http://groups.google.com/group/ulipad.

Comment by veginer, Feb 14, 2008

使用py2exe编译成exe文件后,使用过程中碰到一个问题: 打开一个python文件后,F6(右键打开模块文件)功能失效。请查看下。谢谢!

Comment by kingem_8...@qq.com, Apr 27, 2008

非常喜欢这款中文的编辑器。但是其中的语法提示(CallTip?)功能只支持英文,能否像界面语言一样,也支持多语言呢?要是语法提示的语种要跟界面语种一致就最好了。能否在下一版增加这个功能呢?谢谢!

Comment by ouyhui, May 06, 2008

源码安装后,用python ulipad.py启动,目录浏览窗口中双击文件夹,ulipad就退出了,error.log中没有任何错误记录

Comment by ouyhui, May 06, 2008

对目录使用svn相关操作也会使ulipad退出

Comment by dlin.tw, Jun 02, 2008

請問我作 cd ~/tool svn co http://ulipad.googlecode.com/svn/trunk/ ulipad cd bin ln -s ~/tool/ulipad/UliPad.py ulipad 直接執行 ~/bin/ulipad -h 可顯示語法. 但是, ~/bin/ulipad 無法正確啟動, 難道一定要到 ~/tool/ulipad 執行嗎?

Comment by coomteng, Dec 08, 2008

能ulipad.py <file name>打开file就好了。

Comment by midi13, Dec 11, 2008

源码方式如果执行了UliPad.py,出现下面的情况,然后程序就退出了 F:\ulipad>UliPad.py begin... 12:00:28

可以采用下面的方式运行试试,我用这种方式可以正常运行 F:\ulipad>UliPad.py -n


Sign in to add a comment
Hosted by Google Code