Re: [Trac] [trac] empty Browse Source

2010-05-30 Thread Sudha S
Hi Tommaso,

I guess setting svn path entry in your project trac.ini file may resolve
your problem.

For Example: repository_dir = "/opt/svn/repos/Project1"

Once you set the svn path in trac.ini file, it might ask for trac resync(not
sure).

Lemme know whether you able to solve it.

~Sudha




On Fri, May 28, 2010 at 2:23 PM, Tommaso  wrote:

> Hi,
>
> I'm sorry but I do not speak English very well!
> I have successfully installed Trac and can manage multiple projects without
> problems.
> I create a project with:
> trac-admin /path/projectname initenv
> and svn repository with:
> svnadmin create /path/projectname/svn
>
> The new project does not present problems for the management of milestones
> or
> tickets but browse source is empty.
>
> What's wrong? " What should I do browse source to operate?
>
> All the examples in the guide shows a list of files and folders, but I have
> only
> an empty table and "root" as main directory. Why?
>
> Thanks in advance for the help!
>
> Tommaso
>
> --
> 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.
>
>


-- 
SudhaSelvaraj

-- 
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.



Re: [Trac] [trac] empty Browse Source

2010-05-28 Thread Eirik Schwenke

Cooke, Mark skrev 28. mai 2010 11:18:

I'm sorry but I do not speak English very well!


Seems good to me!

I have successfully installed Trac and can manage multiple 
projects without problems.
I create a project with: 
trac-admin /path/projectname initenv 
and svn repository with: 
svnadmin create /path/projectname/svn



...I would recommend that you keep the svn and trac trees separate.  At
the moment you are embedding the svn files in the same directory, that
makes me feel uncomfortable.

trac-admin /path/projectname/trac initenv 
svnadmin create /path/projectname/svn


...would be better.  However, I don't know that that is your problem.



Agreed -- and it would make more sense to set up svn first, then trac?:

svnadmin create /path/projectname/svn
trac-admin /path/projectname/trac initenv

(...)

Perhaps you can provide more information about your configuration...
 
All the examples in the guide shows a list of files and 
folders, but I have only an empty table and "root" as main

directory. Why?


Perhaps your webserver serves files from the /svn/-directories, not trac ?


I can't spot any obvious errors based on the information you've posted 
so far.



Best regards,


--
 .---.  Eirik Schwenke 
( NSD ) Harald HÃ¥rfagresgate 29Rom 150
 '---'  N-5007 Bergentlf: (555) 889 13

  GPG-key at pgp.mit.edu  Id 0x8AA3392C

--
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.



RE: [Trac] [trac] empty Browse Source

2010-05-28 Thread Cooke, Mark
> I'm sorry but I do not speak English very well!
>
Seems good to me!

> I have successfully installed Trac and can manage multiple 
> projects without problems.
> I create a project with: 
> trac-admin /path/projectname initenv 
> and svn repository with: 
> svnadmin create /path/projectname/svn
> 
...I would recommend that you keep the svn and trac trees separate.  At
the moment you are embedding the svn files in the same directory, that
makes me feel uncomfortable.

> trac-admin /path/projectname/trac initenv 
> svnadmin create /path/projectname/svn

...would be better.  However, I don't know that that is your problem.

> The new project does not present problems for the management 
> of milestones or tickets but browse source is empty.
> 
> What's wrong? " What should I do browse source to operate?
>
You do not say how you access your setup but if you are using apache I
would guess that you are having issues with apache passing paths to the
wrong provider?  Although from within Trac that shouldn't be a problem?

Perhaps you can provide more information about your configuration...
 
> All the examples in the guide shows a list of files and 
> folders, but I have only an empty table and "root" as main
> directory. Why?
> 
> Thanks in advance for the help!
> 
> Tommaso

~ mark c

-- 
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.



Re: [Trac] [trac] empty Browse Source

2010-05-28 Thread Erik Andersson
If you have a clean svn repository you have no files, so there are no files
to browse?

Cheers / Erik

On Fri, May 28, 2010 at 10:53 AM, Tommaso  wrote:

> Hi,
>
> I'm sorry but I do not speak English very well!
> I have successfully installed Trac and can manage multiple projects without
> problems.
> I create a project with:
> trac-admin /path/projectname initenv
> and svn repository with:
> svnadmin create /path/projectname/svn
>
> The new project does not present problems for the management of milestones
> or
> tickets but browse source is empty.
>
> What's wrong? " What should I do browse source to operate?
>
> All the examples in the guide shows a list of files and folders, but I have
> only
> an empty table and "root" as main directory. Why?
>
> Thanks in advance for the help!
>
> Tommaso
>
> --
> 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.
>
>

-- 
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] [trac] empty Browse Source

2010-05-28 Thread Tommaso
Hi, 

I'm sorry but I do not speak English very well!
I have successfully installed Trac and can manage multiple projects without
problems.
I create a project with: 
trac-admin /path/projectname initenv 
and svn repository with: 
svnadmin create /path/projectname/svn

The new project does not present problems for the management of milestones or
tickets but browse source is empty.

What's wrong? " What should I do browse source to operate?

All the examples in the guide shows a list of files and folders, but I have only
an empty table and "root" as main directory. Why?

Thanks in advance for the help!

Tommaso

-- 
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.