RE: Subversion 1.6 on Ubuntu Server 11.x

2011-06-10 Thread Varnau, Steve (Neoview)
From: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] Sent: Friday, June 10, 2011 3:26 PM To: users@subversion.apache.org Subject: Subversion 1.6 on Ubuntu Server 11.x I posted about this on the Ubuntu forums but thus far nobody has replied. When SSH'd into the box and using svn operations, I'm

Re: Index of Subversion add-on projects and products

2011-06-10 Thread Ryan Schmidt
On Jun 10, 2011, at 17:09, wrote: > I was wondering if there is some sort of global list of Subversion plug-ins, > etc., including both open source projects and commercial products. > > For example, it would be nice if there was a unified list of all the > different svn clients, integratio

Re: svn problems

2011-06-10 Thread rachid ayad
Thank you Ryan for your answer, I think is before the host password (is since weeks I had this problem so I will try from my office) with my home network it works fine with the host password. But it's a good question because! is the authentification the message talks about, is from the proxy or th

Subversion 1.6 on Ubuntu Server 11.x

2011-06-10 Thread Geoff Hoffman
I posted about this on the Ubuntu forums but thus far nobody has replied. When SSH'd into the box and using svn operations, I'm getting the dastardly warning about my password is going to get stored to disk unencrypted. I read about Subversion 1.6 security changes

Index of Subversion add-on projects and products

2011-06-10 Thread kd1
Hi All, I was wondering if there is some sort of global list of Subversion plug-ins, etc., including both open source projects and commercial products. For example, it would be nice if there was a unified list of all the different svn clients, integrations with build systems, etc. Thank

Re: svn problems

2011-06-10 Thread Ryan Schmidt
On Jun 10, 2011, at 12:27, rachid ayad wrote: > Dear Subversion experts, I have really a proxy/firewall problem using svn to > download a package I use it for research. I am listing here the error message > after using svn to download the software from the site here below: > > *** > sv

Fwd: svn problems

2011-06-10 Thread rachid ayad
Dear Subversion experts, I have really a proxy/firewall problem using svn to download a package I use it for research. I am listing here the error message after using svn to download the software from the site here below: *** svn: OPTIONS of 'https://ekpbelle2.physik.uni-karlsruhe.de:/tru

Apache Subversion 1.7.0-alpha1 Released

2011-06-10 Thread Hyrum Wright
I'm happy to announce Apache Subversion 1.7.0-alpha1, the first public pre-release of the 1.7.x series, is now available. Please choose the closest mirror to you by visiting: http://subversion.apache.org/download/#pre-releases The SHA1 checksums are: 7710d703eb2365b2e91d66cedc4dbaab4ef6

Re: Merging Properties?

2011-06-10 Thread Stefan Sperling
On Fri, Jun 10, 2011 at 07:50:47AM -0500, Brian Neal wrote: > On Fri, Jun 10, 2011 at 4:28 AM, Stefan Sperling wrote: > > Filed http://subversion.tigris.org/issues/show_bug.cgi?id=3919 > > > > Thank you Stefan for reproducing the issue with the script and > reporting it as a bug. I'd be willing t

Re: Merging Properties?

2011-06-10 Thread Brian Neal
On Fri, Jun 10, 2011 at 4:28 AM, Stefan Sperling wrote: > On Fri, Jun 10, 2011 at 11:25:23AM +0200, Stefan Sperling wrote: >> On Fri, Jun 10, 2011 at 11:16:44AM +0200, Johan Corveleyn wrote: >> > On Fri, Jun 10, 2011 at 11:07 AM, Stefan Sperling wrote: >> > >> > ... >> > > svn ps color green $bra

Re: Unretrievable file

2011-06-10 Thread Ulrich Eckhardt
On Thursday 09 June 2011, Bill Herring wrote: > I have a problem that began when I mistakenly attempted to switch a file to > an older tagged version. It instead converted my file into a folder > containing the whole of the older tagged project. I tried to switch back > but it would say “can’t repl

Sparse check outs

2011-06-10 Thread Stuempfig, Thomas
We use svn as a document management system. In our case we have different Roles in the same Project. We have Roles like Project Manager, Business Consultants and Technical Consultants. Each of them have their own kind of files they are interested in. My colleagues would like to sparse check out t

Re: Merging Properties?

2011-06-10 Thread Stefan Sperling
On Fri, Jun 10, 2011 at 11:25:23AM +0200, Stefan Sperling wrote: > On Fri, Jun 10, 2011 at 11:16:44AM +0200, Johan Corveleyn wrote: > > On Fri, Jun 10, 2011 at 11:07 AM, Stefan Sperling wrote: > > > > ... > > > svn ps color green $branch/alpha > > > svn commit $trunk -m "set color to green" > >

Re: Merging Properties?

2011-06-10 Thread Stefan Sperling
On Fri, Jun 10, 2011 at 11:16:44AM +0200, Johan Corveleyn wrote: > On Fri, Jun 10, 2011 at 11:07 AM, Stefan Sperling wrote: > > ... > > svn ps color green $branch/alpha > > svn commit $trunk -m "set color to green" > > Shouldn't the above be 'svn commit $branch ...'? Ooops, you're right, thanks

Re: Merging Properties?

2011-06-10 Thread Johan Corveleyn
On Fri, Jun 10, 2011 at 11:07 AM, Stefan Sperling wrote: ... > svn ps color green $branch/alpha > svn commit $trunk -m "set color to green" Shouldn't the above be 'svn commit $branch ...'? -- Johan

Re: Strange merge behaviour

2011-06-10 Thread Stefan Sperling
On Fri, Jun 10, 2011 at 07:27:59AM +0200, Dirk Heinrichs wrote: > Am 09.06.2011 16:42, schrieb Bob Archer: > >Check to see if prior to your merge that file already had merge info on it. > >If it does then the merge info will be updated on that item, even if that > >item is not modified by the dif

Re: Merging Properties?

2011-06-10 Thread Stefan Sperling
On Thu, Jun 09, 2011 at 07:58:12PM -0500, Brian Neal wrote: > Hello, > > Suppose I have a file on trunk called file.txt. I put a property on > it, say color with the value red. > Now I copy trunk to a branch B. > On branch B I change file.txt's color property to green. > Now independently on trunk