Maven, Subversion and Eclipse issue

2011-05-09 Thread Refr Bruhl
Team I've an issue with the m2 plugin using maven in conjunction with subversion. Since this crosses three platforms I thought I would try both the subversion and maven list to see if anyone has run across a similar issue and what the solution was. When maven dependency is enabled for an ec

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Refr Bruhl
The subversion plugin doesn't really give that as an option unless every time you commit you uncheck the target directory. It would be nice if the subversion plugin had an option to exclude directories at set up time. --Refr inn gra "Wars are to be won with swords and spears, not with ri

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Refr Bruhl
So that is manual svn command outside of eclipse? I'll give it a shot. Thank you! --Refr inn gra "Wars are to be won with swords and spears, not with rice and salt." -- Uesugi Kenshin - Original Message From: Brian Smith To: Maven Users List Cc: Subversion Mailing List Sent: Mo

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Brian Smith
We set the following on each module's trunk: $ svn ps svn:ignore core " target .project .classpath .settings" On 9 May 2011 15:42, Refr Bruhl wrote: > > Team > > I've an issue with the m2 plugin using maven in conjunction with > subversion. > Since this crosses three platforms I thought I wo

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Refr Bruhl
Somethnig to investigate. Thanks for the heads up }:O) --Refr inn gra "Wars are to be won with swords and spears, not with rice and salt." -- Uesugi Kenshin - Original Message From: Fernando Ribeiro To: Maven Users List Cc: Subversion Mailing List Sent: Mon, May 9, 2011 10:05:48

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Fernando Ribeiro
The SVN ignore file does that trick, right? on, May 9, 2011 at 12:03 PM, Refr Bruhl wrote: > > The subversion plugin doesn't really give that as an option unless every > time > you commit you uncheck the target directory. It would be nice if the > subversion > plugin had an option to exclude dir

How to control changes to path-based auth file?

2011-05-09 Thread Cooke, Mark
Dear list, I was wondering how other (probably corporate?) svn users control and log changes to your path-based auth file (and other svn web settings)? I was thinking that I could use svn and the auto-website-update FAQ (http://subversion.apache.org/faq.html#website-auto-update) to control access

Re: How to control changes to path-based auth file?

2011-05-09 Thread Andy Levy
On Mon, May 9, 2011 at 12:18, Cooke, Mark wrote: > Dear list, > > I was wondering how other (probably corporate?) svn users control and > log changes to your path-based auth file (and other svn web settings)? > > I was thinking that I could use svn and the auto-website-update FAQ > (http://subvers

RE: How to control changes to path-based auth file?

2011-05-09 Thread Feldhacker, Chris
In a nutshell: http://www.svn-access-manager.org/ Basically, store all your settings in a database and generate the config files; just use a simple web front-end to edit the database and control/log changes that way. The svn access manager provides a good starting point, modify and tweak as n

Re: How to control changes to path-based auth file?

2011-05-09 Thread David Brodbeck
On Mon, May 9, 2011 at 9:18 AM, Cooke, Mark wrote: > Dear list, > > I was wondering how other (probably corporate?) svn users control and > log changes to your path-based auth file (and other svn web settings)? > rcs(1) is the old standby for version-controlling single files. It doesn't solve y

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Refr Bruhl
I did not catch that until you told me about it. I will experiment with that today. Thank you! --Refr inn gra "Wars are to be won with swords and spears, not with rice and salt." -- Uesugi Kenshin - Original Message From: Ron Wheeler To: us...@maven.apache.org Sent: Mon, May 9,

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Stanimir Stamenkov
Mon, 9 May 2011 08:07:10 -0700 (PDT), /Refr Bruhl/: Mon, 9 May 2011 15:56:14 +0100, /Brian Smith/: We set the following on each module's trunk: $ svn ps svn:ignore core " target .project .classpath .settings" So that is manual svn command outside of eclipse? I'll give it a shot. Thank you!

Re: Maven, Subversion and Eclipse issue

2011-05-09 Thread Refr Bruhl
Yep the team menu worked. Thank you for that tip. Always the simple things we overlook... --Refr inn gra "Wars are to be won with swords and spears, not with rice and salt." -- Uesugi Kenshin - Original Message From: Refr Bruhl To: Maven Users List Cc: Subversion Mailing List

Links page from old subversion.tigris.org site?

2011-05-09 Thread Jim Garrison
There used to be a page at http://subversion.tigris.org/links.html containing links to various 3rd-party tools for subversion, including some web front ends. This page doesn't seem to have made the transition to the ASF site. The old (now non-existent) page is linked from a few places, includi

Re: Links page from old subversion.tigris.org site?

2011-05-09 Thread Hyrum K. Wright
On Mon, May 9, 2011 at 1:19 PM, Jim Garrison wrote: > There used to be a page at http://subversion.tigris.org/links.html > containing links to various 3rd-party tools for subversion, including some > web front ends.  This page doesn’t seem to have made the transition to the > ASF site.  The old (n

Adding Unicode files erroneously applies application/octet mime type

2011-05-09 Thread Bob Archer
It seems when I "svn add" unicode (UCS-2 Little Endian, I think it is) files svn applies the svn:mime-type of application/octet to the files. I found this in the archives: http://svn.haxx.se/dev/archive-2004-03/0173.shtml However the thread seems to come to no conclusion. My question is, if I

RE: Links page from old subversion.tigris.org site?

2011-05-09 Thread Bob Archer
> On Mon, May 9, 2011 at 1:19 PM, Jim Garrison > wrote: > > There used to be a page at > http://subversion.tigris.org/links.html > > containing links to various 3rd-party tools for subversion, > including some > > web front ends.  This page doesn't seem to have made the > transition to the > > ASF

svnserve: Can't check path '/mnt/md6raid5/svnrepo': Permission denied

2011-05-09 Thread Axel Werner
Hi Devs and SVN Experts! Today i stumbled upon some problem while installing and configuring a simple SVN Server on my Ubuntu Linux. Once the software was installed and the xinetd been configured to i wanted to give it a try and see if the daemon is listening and answering via network. So i tr

Subversion Setup Question

2011-05-09 Thread Chris McGrath
Greetings all! My team has recently grown from just me to three of us and I am in the process of implementing subversion as our version control system. I am having a little trouble wrapping my head around what will become the workflow. Our current setup is: 1 development server that we work of

Re: Adding Unicode files erroneously applies application/octet mime type

2011-05-09 Thread Johan Corveleyn
On Mon, May 9, 2011 at 8:49 PM, Bob Archer wrote: > It seems when I "svn add" unicode (UCS-2 Little Endian, I think it is) files > svn applies the svn:mime-type of application/octet to the files. > > I found this in the archives: > > http://svn.haxx.se/dev/archive-2004-03/0173.shtml > > However t

Re: Adding Unicode files erroneously applies application/octet mime type

2011-05-09 Thread Ryan Schmidt
On May 9, 2011, at 13:49, Bob Archer wrote: > It seems when I "svn add" unicode (UCS-2 Little Endian, I think it is) files > svn applies the svn:mime-type of application/octet to the files. Correct. http://subversion.tigris.org/issues/show_bug.cgi?id=2194 > My question is, if I remove the pr

RE: Adding Unicode files erroneously applies application/octet mime type

2011-05-09 Thread Bob Archer
> On May 9, 2011, at 13:49, Bob Archer wrote: > > > It seems when I "svn add" unicode (UCS-2 Little Endian, I think > it is) files svn applies the svn:mime-type of application/octet to > the files. > > Correct. > > http://subversion.tigris.org/issues/show_bug.cgi?id=2194 > > > > My question is

Merge tracking bug - inherited merge-range

2011-05-09 Thread Varnau, Steve (Neoview)
Greetings, I have a merge tracking bug to report. It seems like there are a lot of steps to re-produce it, but we discovered this in the real world, and it took a long while to figure out what was going on and to re-produce it. We are running 1.6.15 clients. We have lots of branching, and unf

SVN files content Type

2011-05-09 Thread D, Dinoj
Hi, All the "content Types" are set for our apache server. This is working well for local apache paths . But if we point this to subversion , it wouldn't work. Could you please let me know how to set content type for subversions as well Thanks & Regards, Dinoj D Desk: +91 80 26588360 Ext

Re: SVN files content Type

2011-05-09 Thread Ryan Schmidt
On May 9, 2011, at 23:51, D, Dinoj wrote: > All the “content Types” are set for our apache server. This is working well > for local apache paths . But if we point this to subversion , it wouldn’t > work. Could you please let me know how to set content type for subversions as > well For each

Re: SVN files content Type

2011-05-09 Thread Jeyanthan
All the “content Types” are set for our apache server. This is working well for local apache paths . But if we point this to subversion , it wouldn’t work. Could you please let me know how to set content type for subversions as well For each individual file in the repository, you must set t

RE: SVN files content Type

2011-05-09 Thread D, Dinoj
Hi Ryan Can we make it possible to contact apache content type using any modules..Setting the svn:mime-type to all individual files is not a good solution Thanks & Regards, Dinoj D Desk: +91 80 26588360 Extn: 48547 Cell: +91 9916668051 -Original Message- From: Ryan Schmidt [mailto:subvers

Re: SVN files content Type

2011-05-09 Thread Ryan Schmidt
On May 10, 2011, at 01:31, D, Dinoj wrote: > Can we make it possible to contact apache content type using any > modules..Setting the svn:mime-type to all individual files is not a good > solution If you want to serve the files directly out of the repository, then you must set the svn:mime-type

Re: SVN files content Type

2011-05-09 Thread Henning Hucke
On Tue, 10 May 2011, D, Dinoj wrote: Hi Ryan Hello Dinoj, Hint: http://www.netmeister.org/news/learn2quote.html Can we make it possible to contact apache content type using any modules..Setting the svn:mime-type to all individual files is not a good solution why not!? You quite often need