TOW (Trac On Windows) Blog

August 28, 2008

Known bugs in TOW 0.3.0 alpha 1

Filed under: Hot Fix, Trouble Shooting, User Guide — Tags: , , , , , , , , , , , , , — yeoupooh @ 5:20 am

So far known bugs in TOW 0.3.0 alpha 1 is listed here.

  • Another Python installation may conflict error. (reported from LEE Munyoung)
    => Solution: Use PYTHONHOME variable instead of PYTHON_HOME.
  • Error in add-perm, list-perm, remove-perm scripts. (reported from kermi)
    => Solution: Edit scripts like below

Fixed add-perm.bat file

@echo off

call set-tow.bat

if “%3″==”” goto usage

call trac-admin %1 permission add %2 %3 %4 %5 %6 %7 %8 %9

goto end

:usage
call lang ADD_REMOVE_PERM_USAGE %0

:end

Fixed list-perm.bat file

@echo off

call set-tow.bat

if “%1″==”” goto usage

call trac-admin %1 permission list %2 %3 %4 %5 %6 %7 %8 %9

goto end

:usage
call lang LIST_PERM_USAGE %0

:end

Fixed remove-perm.bat file

@echo off

call set-tow.bat

if “%3″==”” goto usage

call trac-admin %1 permission remove %2 %3 %4 %5 %6 %7 %8 %9

goto end

:usage
call lang ADD_REMOVE_PERM_USAGE %0

:end

This bugs will be fixed in next release.
Thank you reporters.

August 14, 2008

TOW (TracOnWindows) 0.3.0 alpha 1 (Base package only) is released.

Filed under: Release — Tags: , , , , , , — yeoupooh @ 3:41 am

This release is for testing of new trac and more features.

Release Note

TOW 0.3.0 alpha 1 Base package includes…

Changelog

  • Upgraded Python 2.5.2
  • Upgraded Trac 0.11.1
  • Upgraded Subversion 1.5.1
  • Upgraded EasyInstall 0.6c8
  • More secured SVN authrization. After installed, edit C:\TOW\SvnRepo\Projects\authz. By default admin user only has rw permissions.

You can download it from SourceForge.net.

March 7, 2008

How to install TOW to the other folder not C:\TOW (not pefect, but useful)

Filed under: Install, User Guide — Tags: , , , , , , — yeoupooh @ 11:36 am

I’ve tried installation on the other folder. It’s almost perfect except Python.

So, if you want to install to your own TOW folder, follow below. (ex. %TOW_HOME% is D:\Apps\TOW)

  1. Unzip TOW-*.zip to D:\Apps.
  2. Open %TOW_HOME%\set-tow.bat file and replace strings like below.

    set TOW_HOME=D:\Apps\TOW

  3. Open %TOW_HOME%\Apache\conf\httpd.conf file and replace strings like below.

    C:/TOW -> D:/Apps/TOW

  4. Open all %TOW_HOME%\SetupTracRepo\Projects\HelloTOW\conf\*.tpl files and replace strings.

    C:\TOW -> D:\Apps\TOW
    C:\\TOW -> D:\\Apps\\TOW

  5. Open %TOW_HOME%\create-svn-repo.bat file and replace.

    C:/TOW -> D:/Apps/TOW

  6. Copy %TOW_HOME%\Python folder to C:\TOW\Python
  7. Run %TOW_HOME%\start-tow.bat

If you have already installed on C:\TOW and want to move D:\Apps\TOW, you need something to do it working.

  1. Open %TOW_HOME%\TracRepo\Projects\%PROJECT_NAME%\trac.ini file and replaces strings like below.

    C:\TOW -> D:\Apps\TOW
    C:\\TOW -> D:\\Apps\\TOW

  2. Resync Trac repository.D:\Apps\TOW>trac-admin.bat %PROJECT_NAME% resync
  3. That’s it.

I hope it helps you.

P.S. Anyone have an idea to move Python to the other folder?

February 22, 2008

(Fixed) How to manage access control each user on SVN?

Filed under: User Guide — Tags: , , , , , , , , , , — yeoupooh @ 5:44 am

(Fixed: no requires svnserve.conf file. sorry)

By default, All TOW users have all privileges of SVN.

If you want to manage access control each user on SVN, try like this.

  1. Edit C:\TOW\Apache\conf\httpd.conf.
  2. Find <Location /svn> and change like below.

    <Location /svn>
    DAV svn
    SVNParentPath “C:/TOW/SvnRepo/Projects”

    # our access control policy
    AuthzSVNAccessFile “C:/TOW/SvnRepo/Projects/authz”

    # try anonymous access first, resort to real
    # authentication if necessary.
    Satisfy Any
    Require valid-user

    AuthType Basic
    AuthName “TOW:Subversion Authentication”
    AuthUserFile “C:/TOW/SvnRepo/Projects/trac.htpasswd”
    </Location>

  3. Create C:/TOW/SvnRepo/Projects/authz file and fill like below. (ex. test, test2 has already registered.)

    [/]
    test = rw
    test2 = r
    * =

  4. Restart TOW.

You can find more details about authz settings in here.

February 19, 2008

TOW and Eclipse Integration Diagram

Filed under: User Guide — Tags: , , , , , , , — yeoupooh @ 2:04 am

TOW and Eclipse Integration

February 18, 2008

TOW (TracOnWindows) 0.2.2a is released.

Filed under: Release — Tags: , , , , , — yeoupooh @ 12:42 am

Release Note

TOW 0.2.2a Base package includes…

TOW 0.2.2a Standard package includes…

Changelogs

  • Fixed problem in subversion repository setting on trac.ini which made from add-project script.

You can download it from SourceForge.net.

January 7, 2008

실행시 Cannot load … mod_python.so into server: 에러 발생하는 경우 해결 방안

Filed under: 문제 해결 — Tags: , , , , , , , — yeoupooh @ 4:34 am

박영섭(sk_kk)님께서 리포트해주셨는데요.

TOW 실행 후 아래와 같은 메시지가 뜨고, 실행이 되지 않으면…


[TOW] TOW Launched.
[TOW] Now, you can test Trac in http://localhost:8080/projects/HelloTOW
[TOW] And you can test Subversion in http://localhost:8080/svn/HelloTOW
httpd: Syntax error on line 493 of C:/TOW/Apache/conf/httpd.conf: Cannot load C:/TOW/Apache/modules/mod_python.so into server: \xc1\xf6\xc1\xa4\xb5\xc8 \xb8\xf0\xb5\xe2\xc0\xbb \xc3\xa3\xc0\xbb \xbc\xf6 \xbe\xf8\xbd\xc0\xb4\xcf\xb4\xd9.

C:\Windows\System32 폴더에 msvcr71.dll 파일이 없는 경우입니다.

msvcr71.dll 파일은 Microsoft® C Runtime Library 파일로 웹 검색이나 주변PC로부터 찾아서 설치하시면 되겠습니다.

November 27, 2007

TOW (TracOnWindows) 0.2.1 Base, Standard packages released.

Filed under: Release — Tags: , , , , , — yeoupooh @ 2:38 pm
  • Base package
    • Changed zipped base folder (none -> TOW\)
    • Updated WikiStart, README.txt.
  • Standard package
    • First release
    • Included Base package
    • Added Web Admin plugin
    • Added Account Manager plugin
    • Added XML-RPC plugin
    • Added Eclipse Trac Integration plugin
    • Added TracNav plugin
    • Added WYSIWYG Editor plugin
    • Added trac.ini Admin plugin
    • Added TOC macro

You can download from SF.net or 0.2.1 Base on EclipseForum.net, 0.2.1 Standard on EclipseForum.net.

November 17, 2007

Installation

Filed under: Install — Tags: , , , , , , — yeoupooh @ 5:10 pm

Installation (Very very quick!!)

  • Uninstall your Subversion, Python. (nor conflicting with TOW)
  • Unzip TOW-*.zip to C:\ (not available in other folders)
  • Run start-tow.bat
    C:\TOW>start-tow.bat
  • That’s it!

Test

TOW (TracOnWindows) 0.2.0 Base package released.

Filed under: Release — Tags: , , , , , , — yeoupooh @ 5:06 pm

TOW 0.2.0 Base package includes…

  • python 2.4.4
  • trac 0.10.4
  • clearsilver 0.9.14
  • apache 2.2.6
  • mod_python 3.3.1
  • subversion 1.4.5
  • svn-python 1.4.5
  • sqlite 3.5.2
  • pysqlite 2.3.5
  • easy_install

You can download from SF.net or EclipseForum.net.

Create a free website or blog at WordPress.com.