I tried doing anything with 'svn' or 'svnadmin' and I got a "<command name> 
is not recognized as an internal or external command, operable program or 
batch file" error.
This is why I suspected that either the programs aren't installed properly 
or that I need to add them to PATH. I'm going to try using the easy-install 
and the manual installation guide to make sure every step is done properly.

By the way Windows users don't feel as frustrated as Mac users or linux 
users who try to use Windows. It must have something to do with habbit.

Pardis Beikzadeh
Software Developer
Segasist Technologies / OMISA Inc.
Tel: 647 260 7841
Email: [email protected]
----- Original Message ----- 
From: "Olemis Lang" <[email protected]>
To: <[email protected]>
Sent: Thursday, May 28, 2009 4:00 PM
Subject: [Trac] Re: Trac on Windows Vista



On Thu, May 28, 2009 at 11:54 AM, Pardis <[email protected]> wrote:
>
> I also tried the
> all in one installer. That ran with no problems but when I try to run
> subversion or trac,

How ?

> windows complains about unknown filenames.

Which 'r ?

> Do I
> need to include something in the PATH?
>

Usually no, but since you provide no details, there's no way I can
help you at this point ... Pls try to be more precise .

> This is becoming increasingly irritating. I need to assess the
> usefulness of this program for the company I work in and if the
> installation process is this hard to use, I wonder how hard it is to
> use the application itself.
>

Well IMHO if u've the patience to use Windows Vista ... everything
else in the world should be fairly easy ...

BTW two hints:

- Check file permissions
- There's nothing easier than ;)

{{{
#! /bin/sh

sudo apt-get -Y install trac
trac-admin /path/to/prj initenv
htpasswd -c ht.passwd admin
trac-admin /path/to/prj permissions add admin TRAC_ADMIN
tracd -d -a *,./ht.passwd,realm --port 8000 -s /path/to/prj
--pidfile=/tmp/tracd.pid
}}}

- You could also try OForge (I mean if you are considering Trac for an
enterprise it includes Trac + much more features «OOTB» ...)
- There's nothing more painful than Mr Vista ... :P

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Oracle : por más que engorda sigue subiendo ...  -
http://feedproxy.google.com/~r/simelo-es/~3/ndKoYi3D-kg/oracle-por-mas-que-engorda-sigue.html






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to