Dear users,
you can vote for TOW (TracOnWindows) under
http://sourceforge.net/community/cca08-nominate?group_id=192688
Best regards,
Jinwoo
Dear users,
you can vote for TOW (TracOnWindows) under
http://sourceforge.net/community/cca08-nominate?group_id=192688
Best regards,
Jinwoo
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)
set TOW_HOME=D:\Apps\TOW
C:/TOW -> D:/Apps/TOW
C:\TOW -> D:\Apps\TOW
C:\\TOW -> D:\\Apps\\TOW
C:/TOW -> D:/Apps/TOW
If you have already installed on C:\TOW and want to move D:\Apps\TOW, you need something to do it working.
C:\TOW -> D:\Apps\TOW
C:\\TOW -> D:\\Apps\\TOW
I hope it helps you.
P.S. Anyone have an idea to move Python to the other folder?
(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.
<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-userAuthType Basic
AuthName “TOW:Subversion Authentication”
AuthUserFile “C:/TOW/SvnRepo/Projects/trac.htpasswd”
</Location>
[/]
test = rw
test2 = r
* =
Restart TOW.You can find more details about authz settings in here.
Release Note
TOW 0.2.2a Base package includes…
TOW 0.2.2a Standard package includes…
Changelogs
You can download it from SourceForge.net.
If you have a problem like below in starting TOW, there isn’t a msvcr71.dll file at C:\Windows\System32.
[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: blah blah.
You can find that file from web searching or another PCs.
Thanks for reporting Park YoungSeob.
릴리즈 노트
TOW 0.2.2 기본 패키지 내용물은…
TOW 0.2.2 표준 패키지 내용물은…
변경사항
SourceForge.net 에서 다운 받으시면 됩니다.
잘 쓰시고, 새해 복 많이 받으십시오.
You can download from SF.net or 0.2.1 Base on EclipseForum.net, 0.2.1 Standard on EclipseForum.net.