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
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
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
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
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
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
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
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
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
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
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,
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!
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
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
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
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
> 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
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
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
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
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
> 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
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
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
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
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
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
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
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
29 matches
Mail list logo