RE: [Trac] Attaching trac to external svn repo

2013-02-26 Thread Cooke, Mark
> -Original Message-
> From: trac-users@googlegroups.com On Behalf Of gigabot
> Sent: 27 February 2013 06:43
> To: trac-users@googlegroups.com
> Subject: [Trac] Attaching trac to external svn repo
> 
> hello group,
> 
> How can I attach to a remote svn repo that requires https and 
> authentication?
> 
> Cheers!

Your question is somewhat vague and partly depends on your platform and if you 
have a login but there is a very good online book about subversion [1] with a 
whole section about basic usage and using the command line client to access a 
respoitory [2].

[1] http://svnbook.red-bean.com/en/1.7/index.html

[2] http://svnbook.red-bean.com/en/1.7/svn.tour.initial.html

If you are on windows then TortoiseSVN [3] is one of the most recommended 
subversion clients but pretty much any client will be able to access any 
repository via https.  Being a valid user is not part of the svn client's  
responsibility though!

[3] http://tortoisesvn.net/

Hope that helps,

~ mark c

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Attaching trac to external svn repo

2013-02-26 Thread gigabot
hello group,

How can I attach to a remote svn repo that requires https and 
authentication?

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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] TracSumFields

2013-02-26 Thread Rob Guttman
Michael, I believe we were in the middle of diagnosing your issue together.  
You were going t get back to me on any JS errors shown in the console.  Do you 
get any?

What web browser and version are you using?

- Rob


On Feb 26, 2013, at 1:17 PM, "McGuire, Michael A"  wrote:

> I have installed the TracSumFields plugin 
> (http://trac-hacks.org/wiki/SumFieldsPlugin) on our TRAC (0.12) site but I 
> can not get it to work.
> 
> It is enabled.
> 
> I am trying to sum a custom field (Estimate) so I have placed the following 
> in my .ini
> 
> [components]
> sumfields.* = enabled
> 
> [sumfields]
> fields = Estimate
> 
> But so far no joy.
> 
> What am I missing?
> 
> I have contacted the developer (Rob Guttman ) but he 
> was unable to offer any help.
> 
> If you have this running on 0.12 please share your config.
> 
> Thank you.
> 
> 
> 
> Michael McGuire, :-)
> Research Systems
> University of Tennessee Systems Administration Information Technology 
> Services  (UTSA ITS)
> 135A8 Kingston Pike Bldg.
> 2309 Kingston Pike
> Knoxville, TN 37996-1711
> Phone: 865-974-1594
> 
> 
> -- 
> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Re: TracSumFields

2013-02-26 Thread McGuire, Michael A
I have installed the TracSumFields plugin 
(http://trac-hacks.org/wiki/SumFieldsPlugin) on our TRAC (0.12) site but I can 
not get it to work.

It is enabled.

I am trying to sum a custom field (Estimate) so I have placed the following in 
my .ini

[components]
sumfields.* = enabled

[sumfields]
fields = Estimate

But so far no joy.

What am I missing?

I have contacted the developer (Rob Guttman 
mailto:robgutt...@gmail.com>>) but he was unable to offer 
any help.

If you have this running on 0.12 please share your config.

Thank you.



Michael McGuire, :-)
Research Systems
University of Tennessee Systems Administration Information Technology Services  
(UTSA ITS)
135A8 Kingston Pike Bldg.
2309 Kingston Pike
Knoxville, TN 37996-1711
Phone: 865-974-1594
[cid:64817A88-F592-46BE-AEC3-722672795C13]

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


<>

Re: [Trac] Re: How to setup trac 0.12 - subversion 1.6\1.7, python 2.6+ ? Is it possoble at all?

2013-02-26 Thread Thomas Moschny
This is a pseudo-script of what to do - not really tested, but you should
get the idea:

# install requirements (be sure you have set multilib_policy=best in
/etc/yum.conf)
yum install 'apr-devel' 'apr-util-devel' 'autoconf' 'db4-devel'
'docbook-style-xsl' 'expat-devel' 'gettext' 'libtool' 'neon-devel'
'openssl-devel' 'python26' 'python26-devel' 'texinfo' 'which' 'httpd-devel'
'perl' 'perl(ExtUtils::MakeMaker)' 'java-devel' 'ruby-devel' 'ruby'

mkdir subversion ; cd subversion
wget http://apt.sw.be/source/subversion-1.6.15-0.1.rf.src.rpm
rpm2cpio subversion-1.6.15-0.1.rf.src.rpm  | cpio -ivd
# copy the patch from my earlier mail here
patch -p1 < svn-py26.patch
rpmbuild -bb --define="_sourcedir $PWD" --define="_specdir $PWD"
--define="_rpmdir $PWD" --define="_rpmfilename
%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" subversion.spec

- Thomas


2013/2/26 st0ne_c0ld 

> Hi Thomas,
>
> Sorry for asking, but could you tell which version of the spec I should
> patch?
> I found something on the github:
> https://github.com/repoforge/rpms/tree/master/specs/subversion
> But I do not quietly understand what file I should patch(there is no
> subversion.spec)?
>
> And am I right that after patching correct spec file I should run "rpm
> build" with some options and it will download all required source files by
> itself according to spec file? (I'm not very familiar with rpm building)
>
> Thanks,
> Dmitry
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Re: How to setup trac 0.12 - subversion 1.6\1.7, python 2.6+ ? Is it possoble at all?

2013-02-26 Thread st0ne_c0ld
Hi Thomas,

Sorry for asking, but could you tell which version of the spec I should 
patch?
I found something on the github: 
https://github.com/repoforge/rpms/tree/master/specs/subversion
But I do not quietly understand what file I should patch(there is no 
subversion.spec)?

And am I right that after patching correct spec file I should run "rpm 
build" with some options and it will download all required source files by 
itself according to spec file? (I'm not very familiar with rpm building)

Thanks,
Dmitry

On Tuesday, February 26, 2013 9:30:38 AM UTC+4, st0ne_c0ld wrote:
>
> Hello everybody,
>
> We have somehow customized trac 0.12rc1
> I have to install it to some new server. And I have problem with 
> subversion dependencies. When I try to check if python could use svn("from 
> svn import fs") I have an error that svn module either not found or just 
> "Segmentation fault" or "Symbols not found" and so on.
>
> I tried to build subversoin bindings to python and all the time process 
> fails when I try to build them(make swig-py).
>
>
> Does anyone have Trac on the RHEL\OEL\CentOS, with python 2.6 and 
> subversion 1.6/1.7.8 ?
> Or maybe I should use Debian-based OS?
> Or maybe someone have prebuilt binaries and could give them to me? :-)
>
> I wasted a week trying to make it work. But when I use Python 2.4 - our 
> plugins doesn't work. When I use python 2.6 - Subversion connectivity 
> doesn't work because I could not compile required svn bindings. I just 
> stuck with this.
>
> PS: 
> I also asked this question on 
> stackoverflowbut
>  nobody had a correct answer to the issue yet.
>
> --
> Dmitry
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] How to setup trac 0.12 - subversion 1.6\1.7, python 2.6+ ? Is it possoble at all?

2013-02-26 Thread Thomas Moschny
Hi,

attached is a patch against rpmforge's subversion.spec for building it with
Python 2.6. This is on Centos5, works fine for us.

HTH
Thomas


2013/2/26 st0ne_c0ld 

> Hello everybody,
>
> We have somehow customized trac 0.12rc1
> I have to install it to some new server. And I have problem with
> subversion dependencies. When I try to check if python could use svn("from
> svn import fs") I have an error that svn module either not found or just
> "Segmentation fault" or "Symbols not found" and so on.
>
> I tried to build subversoin bindings to python and all the time process
> fails when I try to build them(make swig-py).
>
>
> Does anyone have Trac on the RHEL\OEL\CentOS, with python 2.6 and
> subversion 1.6/1.7.8 ?
> Or maybe I should use Debian-based OS?
> Or maybe someone have prebuilt binaries and could give them to me? :-)
>
> I wasted a week trying to make it work. But when I use Python 2.4 - our
> plugins doesn't work. When I use python 2.6 - Subversion connectivity
> doesn't work because I could not compile required svn bindings. I just
> stuck with this.
>
> PS:
> I also asked this question on 
> stackoverflowbut
>  nobody had a correct answer to the issue yet.
>
> --
> Dmitry
>
> --
> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Thomas Moschny 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




svn-py26.patch
Description: Binary data


RE: [Trac] hierarchy question to simplemultiproject plugin (milestone, version)

2013-02-26 Thread Brettschneider Falk
...and some use "version" just as ticket field in the meaning of "bug seen in 
version". I use "version" also as planned target with date, as scheduled event 
so to speak. That's why I want to see it in the timeline ordered by datetime 
between all those milestones.

CU, F@lk


R&D Software
Baumer Optronic GmbH
www.baumer.com





Gesch?ftsf?hrer: Dr. Albert Schmidt* Dr. Oliver Vietze
Sitz der Gesellschaft: Radeberg
Amtsgericht Dresden: HRB 15379
Ust. ID: DE 189714583


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




RE: [Trac] hierarchy question to simplemultiproject plugin (milestone, version)

2013-02-26 Thread Brettschneider Falk
Hi,

versions are independent of milestones. Already the meaning of the terms 
"version" and "milestone" can be different from use case to use case. Some 
people interpret a version as dated event, some say it's just like a release 
label. In the end it's just a grouping tag for a bunch of tickets, but more 
related to an software package entity.
Also a milestone is interpreted differently. For trac.edgewall.org it's the 
same as the released version, for e.g. us it's just an event in the ISO9001 
process (milestone M1 to M5). There can be several versions on the way to a 
milestone, and even if the final version is bundled, some tickets can remain 
for the milestone.
We cannot set a fixed hierarchy, it depends how you use Trac and interpret both 
terms. For some people:
- milestones can include several versions
- versions can include several milestones
- a milestone can happen without a special version (M2)
- a version can happen without a milestone (4.5.24 after M5)

CU, F@lk


R&D Software
Baumer Optronic GmbH
www.baumer.com




Gesch?ftsf?hrer: Dr. Albert Schmidt* Dr. Oliver Vietze
Sitz der Gesellschaft: Radeberg
Amtsgericht Dresden: HRB 15379
Ust. ID: DE 189714583


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] hierarchy question to simplemultiproject plugin (milestone, version)

2013-02-26 Thread dietmar . lengert
Hello all,

I can't see the sense of the hierarchy of

- Project
   - milestone
   - version
  
Would it not be better to have

- Project
   - version
 - milestone

Because within a process of version-tickets  I want to use milestones. And 
sometimes I need milestones without any version. Maybe behind the current 
version of simplemultiproject plugin with this hierarchy is an idea that I 
can't see. Can anybody explain it to me?

 didley

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] How to setup trac 0.12 - subversion 1.6\1.7, python 2.6+ ? Is it possoble at all?

2013-02-26 Thread st0ne_c0ld
Hello everybody,

We have somehow customized trac 0.12rc1
I have to install it to some new server. And I have problem with subversion 
dependencies. When I try to check if python could use svn("from svn import 
fs") I have an error that svn module either not found or just "Segmentation 
fault" or "Symbols not found" and so on.

I tried to build subversoin bindings to python and all the time process 
fails when I try to build them(make swig-py).


Does anyone have Trac on the RHEL\OEL\CentOS, with python 2.6 and 
subversion 1.6/1.7.8 ?
Or maybe I should use Debian-based OS?
Or maybe someone have prebuilt binaries and could give them to me? :-)

I wasted a week trying to make it work. But when I use Python 2.4 - our 
plugins doesn't work. When I use python 2.6 - Subversion connectivity 
doesn't work because I could not compile required svn bindings. I just 
stuck with this.

PS: 
I also asked this question on 
stackoverflowbut
 nobody had a correct answer to the issue yet.

--
Dmitry

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] a f

2013-02-26 Thread Christian Boos
On 2/26/2013 9:01 AM, Steffen Hoffmann wrote:
> On 26.02.2013 01:33, a f wrote:
>> tyqlyxnbgzbvdi
> 
> Is someone able to stop spam by moderating/revoking subscriptions?
> 
> Steffen Hoffmann
> 

Banned.

-- Christian

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] a f

2013-02-26 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 26.02.2013 01:33, a f wrote:
> tyqlyxnbgzbvdi

Is someone able to stop spam by moderating/revoking subscriptions?

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEsa/AACgkQ31DJeiZFuHeEoACdHGCspzxy5sMnLNoOxX2ucwp4
zF0AmQG/VBvH+IrDA7wJCnEp4S/s8/94
=6TD1
-END PGP SIGNATURE-

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.