[Trac] configure Trac to work with an SVN repository that resides on another server

2014-01-09 Thread justashyflower


Hello, group:

How can I configure Trac to work with an SVN repository that resides on 
another server. Is this supported now?

Thanks very much!

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] configure Trac to work with an SVN repository that resides on another server

2014-01-09 Thread W. Martin Borgert

Quoting justashyflo...@gmail.com:

How can I configure Trac to work with an SVN repository that resides on
another server. Is this supported now?


To my knowledge, this is not implemented. Trac needs file system
access to the repository. Maybe an NFS/sshfs is an option for you?

Cheers

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] Attaching ticket fields exclusively to workflow actions?

2014-01-09 Thread Ethan Jucovy
Hi,

I have a custom ticket field staging_changeset which tracks the commit
reference in which a feature or bugfix was merged to the staging code
branch (and deployed to the staging server).  I also have some custom
workflow to move tickets from [active] - ready_for_staging -
needs_qa_on_staging - [launched].

I'd like to associate this field with that workflow action, in the same way
that the resolution field is associated by default with the resolve
action, or (except for new tickets) the owner field is associated by
default with the reassign action:

1) The field should be displayed alongside the action's radio button in the
workflow section

2) The field should not be present in the Modify Ticket form for new or
existing tickets

I can implement these in a plugin, but it seems like it must be a common
request.  Does anyone know of any existing plugins to accomplish this,
preferably in conjunction?

I'm aware of various plugins to conditionally hide ticket fields
(TicketFieldsPlugin, CondFieldsPlugin, etc) but I'm not aware of one that's
specifically tied to workflow.  And I haven't found any existing
ITicketActionController implementation that lets you configure arbitrary
set_[field] operations without coding.

Thanks,
Ethan

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.