[Trac] Re: How to convert Trac to multi-project on Windows

2010-12-09 Thread Nicole
Hi Ary,

You just need to create another environment, like you did when you did
the initial install.  Refer to the TracEnvironment documentation at:
http://trac.edgewall.org/wiki/0.12/TracEnvironment.  If you set up
your first project/environment under C:\trac\project1 then you'd
create your next one something like:

$ trac-admin C:\trac\project2 initenv

Configure it as you did your first environment.  If you're using the
tracd standalone server, then you should see links to both when you
browse to the base of your trac server (e.g. http://localhost:8000).

--Nicole

On Dec 3, 10:56 am, Ary Alva ary.a...@gmail.com wrote:
 Hello,

 Couple of month ago I installed Trac on Windows following this 
 guide:http://how-to-solutions.com/how-to-install-trac-on-windows.html

 Everything worked well and I was using Trac since with a single
 project, which was originally installed.

 Now I need to convert this installation to a multi-project environment
 and I am not sure which instructions to follow.

 Here's my info:
 Trac 0.12
 Genshi 0.6
 GIT 1.7.0.2.msysgit.0
 pysqlite 2.3.2
 Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
 (Intel)]
 setuptools 0.6c11
 SQLite 3.3.4
 Subversion 1.6.6 (r40053)
 jQuery: 1.4.2
 OS: Vista Home Premium 64-bit

 Appreciate your help!
 Ary

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



[Trac] Re: Newbie Here

2008-11-21 Thread Nicole

 I also confused about choices Tracd, CGI Trac, FastCGI Trac,
 Mod_python Trac, which one is best for me? I use Python 2.3 in our office
 and also have XAMPP for Windows Version 1.6.7.

Hi Eddy,

As Aaron noted, the best place to start is: 
http://trac.edgewall.org/wiki/TracOnWindows

As you follow those instructions, you'll need to make sure you pick
the right packages to install that are compatible with your current
Python version (2.3).  Unless you plan to use Trac with Apache, you
will need to use tracd to run it as a standalone webserver.

--Nicole
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Not able to install trac on windows XP

2008-11-13 Thread Nicole

This Trac ticket may be helpful: http://trac.edgewall.org/ticket/7625

Also, can you detail exactly the install steps you've done?

--Nicole

On Nov 12, 4:05 am, pinchu [EMAIL PROTECTED] wrote:
 Hi,

 I am trying to install trac on Windows XP by following the
 instructions given in  
 http://trac.edgewall.org/wiki/TracOnWindows#GettingStarted.
 Using installers I installed
 Trac-0.11.1.win32.exe,setuptools-0.6c7.win32-py2.5.exe,
 python-2.5.msi, Genshi-0.5.1.win32-py2.5.exe.

 I am getting the following error while trying to Initialize a new Trac
 project environment.

 C:\c:\Python25\Scripts\trac-admin.exe c:\projects\trac\my-project
 initenv
 Traceback (most recent call last):
   File c:\Python25\Scripts\trac-admin-script.py, line 5, in module
 from pkg_resources import load_entry_point
   File C:\Python25\Lib\site-packages\pkg_resources.py, line 2565, in
 module
 parse_requirements(__requires__), Environment()
   File C:\Python25\Lib\site-packages\pkg_resources.py, line 524, in
 resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Trac==0.11.1

 Please help me out.

 Regards
 Pinchu
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: trac dying without warning, console output

2008-04-14 Thread Nicole

On Apr 14, 3:55 am, dotnet newbie [EMAIL PROTECTED] wrote:
 Hi All, I'm trying to install + configure trac on a w2k3 server machine and 
 once I've created a trac project and start it via tracd, it dies without 
 warning.

Is there anything logged in the Windows event viewer?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: trac 0.10.4 - change available ticket status options?

2008-04-14 Thread Nicole

 Still using 0.10.4. I would like to change the available ticket
 states. Can anyone send me in the right direction for that?

You can edit ticket types, resolutions, components, and priorities
with trac-admin.

http://trac.edgewall.org/wiki/TracAdmin

--Nicole
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: trac-admin hotcopy fails in Trac 0.11 -- Permission Denied Error

2008-04-11 Thread Nicole

 When attempting to create a backup in trac 0.11, I'm getting a
 permission denied error as follows.  I'm in a Windows environment and
 have tried both the trac-admin executable and calling the trac-admin
 script directly.

I installed a new version of Trac (trac-0.11b2) and that solved my
issue.  I can now complete a hotcopy backup.

--Nicole
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] trac-admin hotcopy fails in Trac 0.11 -- Permission Denied Error

2008-04-10 Thread Nicole

When attempting to create a backup in trac 0.11, I'm getting a
permission denied error as follows.  I'm in a Windows environment and
have tried both the trac-admin executable and calling the trac-admin
script directly.

C:\Python25\Scriptstrac-admin C:/projects/trac/test hotcopy C:/
backups/trac-test-backup
Hotcopying C:\projects\trac\test to C:/backups/trac-test-backup ...
Traceback (most recent call last):
  File C:\Python25\Scripts\trac-admin-script.py, line 8, in module
load_entry_point('Trac==0.11dev-r6425', 'console_scripts', 'trac-
admin')
  File C:\Python25\lib\site-packages\trac-0.11dev_r6425-py2.5.egg\trac
\admi
nsole.py, line 1222, in run
return admin.onecmd(command)
  File C:\Python25\lib\site-packages\trac-0.11dev_r6425-py2.5.egg\trac
\admi
nsole.py, line 102, in onecmd
rv = cmd.Cmd.onecmd(self, line) or 0
  File C:\Python25\lib\cmd.py, line 219, in onecmd
return func(arg)
  File C:\Python25\lib\site-packages\trac-0.11dev_r6425-py2.5.egg\trac
\admi
nsole.py, line 1140, in do_hotcopy
copytree(self.__env.path, dest, symlinks=1, skip=skip)
  File C:\Python25\lib\site-packages\trac-0.11dev_r6425-py2.5.egg\trac
\admi
nsole.py, line 64, in copytree
copytree(srcname, dstname, symlinks, skip)
  File C:\Python25\lib\site-packages\trac-0.11dev_r6425-py2.5.egg\trac
\admi
nsole.py, line 71, in copytree
raise shutil.Error, errors
shutil.Error: [('C:\\projects\\trac\\test\\db\\trac.db-stmtjrnl', u'C:/
backu
rac-test-backup\\db\\trac.db-stmtjrnl', IOError(13, 'Permission
denied'))]

A permissions error appears to be the obvious culprit, so I've
checked, rechecked, and checked again and they all seem to be
correct.  I'm logged in as administrator and have full control over
all directories and files.  What am I missing here?

Thanks,

--Nicole

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] email2trac on Windows

2008-03-07 Thread Nicole

Google and mailing list results hint at people who have succeeded, but
I have yet to come across a complete solution.  I'm determined to get
this to work.  Eventually. Someday. Maybe.  Oh to be one of you lucky
*nix users.

So, I feel like I have the right components in place -- it's just not
jiving yet.  Some background:

Platform: Windows Server 2003
Trac: trac 0.11b variant
Python: Python 2.5
email2trac: email2trac .9.5

Since my trac installation isn't on the same server as Exchange, I'm
using fetchmail to fetch email from the mail server and move it to my
trac server.  That works fine.  I just can't get email2trac.py to read
them.  One email2trac ticket (https://subtrac.sara.nl/oss/email2trac/
ticket/5) hints that a batch file that pipes the messages to the
script might work, but I haven't had success with this.  Perhaps I
built email2trac incorrectly?  I'll be honest -- building packages
within a Windows environment is new to me so I may have done this
incorrectly despite my best efforts to follow documentation I found
scattered about the internet.

Another possible hangup: Could the email2trac script not have correct
permission to my trac db?  How do I ensure that it does?

Really, if any Windows user has solved any piece of this puzzle I
would love to hear it.  Maybe together we can create a working
solution?

Thanks!

--Nicole

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---