Re: Problem in connecting the server

2012-06-04 Thread Masaru Kitajima
Stefan, I found another problem. This may be server side Subversion configuration is somehow miss configured, I guess. I installed subversion using "yum -y install subversion" and Subversion 1.6.11 was installed. I also did "yum -y install mod_dav_svn" too. Today, I found that Subversion 1.7.5 i

Re: svn cp (tag) should make an svn:external nail down to a revision

2012-06-04 Thread Lorenz
rupert.thurner wrote: >what is the best possibility to create a tag of a folder containing >svn:externals? the goal is that the external references do not point >any more to the head, butto the fixed revision when the copy / tag was >created? needs some typing / scripting but: svnmucc -U

Re: Externals: sqlite: constraint failed

2012-06-04 Thread Andreas Krey
On Tue, 05 Jun 2012 07:46:17 +, Andreas Krey wrote: > Hi, > > I'm momentarily getting strange errors handling some externals, > like (on 'svn up'): > > --- > Fetching external item into 'module/tags/BUILD_module_V1.0.0/ant-scripts': > External at revision 122958. > > svn: warning: W20: E

Externals: sqlite: constraint failed

2012-06-04 Thread Andreas Krey
Hi, I'm momentarily getting strange errors handling some externals, like (on 'svn up'): --- Fetching external item into 'module/tags/BUILD_module_V1.0.0/ant-scripts': External at revision 122958. svn: warning: W20: Error handling externals definition for 'module/tags/BUILD_module_V1.0.0/ant

Re: svn cp (tag) should make an svn:external nail down to a revision

2012-06-04 Thread Ryan Schmidt
On Jun 4, 2012, at 09:27, rupert.thurner wrote: > what is the best possibility to create a tag of a folder containing > svn:externals? the goal is that the external references do not point > any more to the head, butto the fixed revision when the copy / tag was > created? You've described the pu

Re: Problem in connecting the server

2012-06-04 Thread Masaru Kitajima
Stefan, I disabled what you kindly mentioned about /etc/httpd/conf/httpd/conf. Then I tried again, but the same error happened. Of course, I restarted the httpd after modified the conf file. On 2012/06/04, at 19:36, Stefan Sperling wrote: > On Mon, Jun 04, 2012 at 10:02:02AM +0900, Masaru Kitaji

Re: .edited file creation

2012-06-04 Thread Alex Kravets
Ok, so it seems this is file with merge information that is only persisted locally and is not made into svn during commit. On Mon, Jun 4, 2012 at 12:10 PM, Alex Kravets wrote: > Hello, > > When I am merging file from and conflict is found I merge changes by using > either in-place editor or exte

.edited file creation

2012-06-04 Thread Alex Kravets
Hello, When I am merging file from and conflict is found I merge changes by using either in-place editor or external visual editor (meld). Once I merge the changes and issue 'mc' I see that the file is being created with the same name as file that was in conflict, plus .edited append to it. Why is

svn cp (tag) should make an svn:external nail down to a revision

2012-06-04 Thread rupert.thurner
hi, what is the best possibility to create a tag of a folder containing svn:externals? the goal is that the external references do not point any more to the head, butto the fixed revision when the copy / tag was created? best regards, rupert.

Re: Binary blob corruption

2012-06-04 Thread Stefan Sperling
On Mon, Jun 04, 2012 at 05:50:11AM -0700, Skylar Thompson wrote: > It looks like ages ago I added an svn:keywords line in the autoprop > section of ~/.subversion/config and had since forgotten about it. Ah, that explains it. Thanks!

Re: Binary blob corruption

2012-06-04 Thread Skylar Thompson
On 06/04/12 03:40, Stefan Sperling wrote: > On Sun, Jun 03, 2012 at 08:27:12PM -0700, Skylar Thompson wrote: > >> On 6/1/2012 6:31 AM, Stefan Sperling wrote: >> >>> On Fri, Jun 01, 2012 at 06:00:31AM -0700, Skylar Thompson wrote: >>> I'm trying to track down a bizarre binary blo

Re: Binary blob corruption

2012-06-04 Thread Stefan Sperling
On Sun, Jun 03, 2012 at 08:27:12PM -0700, Skylar Thompson wrote: > On 6/1/2012 6:31 AM, Stefan Sperling wrote: > > On Fri, Jun 01, 2012 at 06:00:31AM -0700, Skylar Thompson wrote: > >> I'm trying to track down a bizarre binary blob corruption issue. I'm > >> running svn v1.7.3 on FreeBSD, and I can

Re: Problem in connecting the server

2012-06-04 Thread Stefan Sperling
On Mon, Jun 04, 2012 at 10:02:02AM +0900, Masaru Kitajima wrote: > And in the /etc/httpd/conf/httpd/conf, the WebDAV is defined as below. > > # Location of the WebDAV lock database. > DAVLockDB /var/lib/svn/dav.lock > > > DAV on > Why did you add the above? I don't think it's neces