RE: Subversion repository config problem

2011-11-10 Thread Cooke, Mark
-Original Message- From: Tony Butt [mailto:tony.b...@cea.com.au] Sent: 10 November 2011 07:15 To: Cooke, Mark Cc: users@subversion.apache.org Subject: RE: Subversion repository config problem On Thu, 2011-11-10 at 06:59 +, Cooke, Mark wrote: The second problem is that we

Upgrading repo without using svnserve

2011-11-10 Thread Richard Boyce
This may be a stupid question, but I'm using svn (via TortoiseSVN and client 1.16.16) to a file-based repo (i.e. no subversion server). When I try to re-integrate a branch, I get Retrieval of merginfo unsupported. Searches for this say I need to upgrade the repo with svnadmin --upgrade - but

Re: Upgrading repo without using svnserve

2011-11-10 Thread Konstantin Kolinko
2011/11/10 Richard Boyce rich...@weathermead.co.uk: This may be a stupid question, but I'm using svn (via TortoiseSVN and client 1.16.16) to a file-based repo (i.e. no subversion server). When I try to re-integrate a branch, I get Retrieval of merginfo unsupported. Searches for this say I

Re: Upgrading repo without using svnserve

2011-11-10 Thread David Chapman
On 11/10/2011 12:05 AM, Richard Boyce wrote: This may be a stupid question, but I'm using svn (via TortoiseSVN and client 1.16.16) to a file-based repo (i.e. no subversion server). When I try to re-integrate a branch, I get Retrieval of merginfo unsupported. Searches for this say I need to

Re: Upgrading repo without using svnserve

2011-11-10 Thread Stefan Sperling
On Thu, Nov 10, 2011 at 08:05:59AM +, Richard Boyce wrote: This may be a stupid question, but I'm using svn (via TortoiseSVN and client 1.16.16) to a file-based repo (i.e. no subversion server). When I try to re-integrate a branch, I get Retrieval of merginfo unsupported. Searches for

Renaming on-the-fly?

2011-11-10 Thread P.N.
Hello! I want to check out an open source project (obviously from a *nix file system) using the same name differing only in case for two different files , which results in a conflict on windows. As I'm not a committer to the project, I cannot rename the file in the repository, so can I

Checkout including externals is getting the head revision instead of specified one

2011-11-10 Thread Bastian Holtermann / SOREL GmbH
Hello, since I am using svn, version 1.7.1 (r1186859) compiled Oct 22 2011, 10:53:27 I got the problem that when I checkout some code that is using externals with a special specified revision of that external to be checked out svn checks out the head revision in stead of the specified

Network Share Checkouts

2011-11-10 Thread markw
Hi All I am trying to compile a best practice guide for my organisation's Subversion users. I am now thinking about the issue of checking out to a network drive. It looks like over the years this has generated a number of issues for the community. So I would be very interest to hear if this

Error found

2011-11-10 Thread JESUS LUNAR PEREZ
I found this error: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But please

Re: Error found

2011-11-10 Thread Ulrich Eckhardt
Am 10.11.2011 10:07, schrieb JESUS LUNAR PEREZ: Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But please first search the mailing list

Re: Checkout including externals is getting the head revision instead of specified one

2011-11-10 Thread Philip Martin
Bastian Holtermann / SOREL GmbH b.holterm...@sorel.de writes: I got the problem that when I checkout some code that is using externals with a special specified revision of that external to be checked out svn checks out the head revision in stead of the specified revision number. Agreed, that

Re: Error found

2011-11-10 Thread Philip Martin
Ulrich Eckhardt ulrich.eckha...@dominolaser.com writes: Am 10.11.2011 10:07, schrieb JESUS LUNAR PEREZ: Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do.

Re: merge problem. impossible to revert deleted file

2011-11-10 Thread Philip Martin
Gunnar Dalsnes har...@online.no writes: REM change this to the dir you are running the script from set wd=c:/temp/test svnadmin create repo svn mkdir file:///%wd%/repo/trunk -m test svn co file:///%wd%/repo/trunk trunk1 svn co file:///%wd%/repo/trunk trunk2 trunk2 is an empty directory

WC database corruption (1.7.1)

2011-11-10 Thread Neil Bird
Having just done a couple of commits (after an update), I did some work on a file then went to commit again (no 2nd. update) and TortoiseSVN reported no changes. A command line 'svn status .' is giving me: svn: E200030: database disk image is malformed svn: E200030: database disk image

Re: Network Share Checkouts

2011-11-10 Thread David Weintraub
On Thursday, November 10, 2011, markw ma...@hmgcc.gsi.gov.uk wrote: Hi All I am trying to compile a best practice guide for my organisation's Subversion users. I am now thinking about the issue of checking out to a network drive. It looks like over the years this has generated a number of

Re: WC database corruption (1.7.1)

2011-11-10 Thread Philip Martin
Neil Bird n...@jibbyjobby.co.uk writes: Having just done a couple of commits (after an update), I did some work on a file then went to commit again (no 2nd. update) and TortoiseSVN reported no changes. A command line 'svn status .' is giving me: svn: E200030: database disk image is

Re: Network Share Checkouts

2011-11-10 Thread Nico Kadel-Garcia
On Thu, Nov 10, 2011 at 7:21 AM, David Weintraub qazw...@gmail.com wrote: On Thursday, November 10, 2011, markw ma...@hmgcc.gsi.gov.uk wrote: Hi All I am trying to compile a best practice guide for my organisation's Subversion users. I am now thinking about the issue of checking out to a

Re: Network Share Checkouts

2011-11-10 Thread Les Mikesell
On Thu, Nov 10, 2011 at 7:27 AM, Nico Kadel-Garcia nka...@gmail.com wrote: I spent a *lot* of time explaining this to verious people trying to use multiple platform shared access, and running headlong into the problems they thought they'd cleverly worked around. It became an adventure to

Re: Network Share Checkouts

2011-11-10 Thread Nico Kadel-Garcia
On Thu, Nov 10, 2011 at 8:46 AM, Les Mikesell lesmikes...@gmail.com wrote: On Thu, Nov 10, 2011 at 7:27 AM, Nico Kadel-Garcia nka...@gmail.com wrote: I spent a *lot* of time explaining this to verious people trying to use multiple platform shared access, and running headlong into the problems

Modified (properties only)

2011-11-10 Thread David Aldrich
Hi Whenever we merge to, or reintegrate from, our branches, one particular file is always merged with the comment 'Modified (properties only)'. We seldom change this file. Is there anything I can do to stop this happening? We are running svn 1.6.17. Best regards David

AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Jens Geyer
I can confirm that. Deleting is only possible if the user has write permnissions on the ENTIRE path. / top/subdir/mypath In order to delete mypath, the user needs write permission on / /top/subdir /top/subdir /top/subdir/mypath With an 1.6.x server,

Re: WC database corruption (1.7.1)

2011-11-10 Thread Neil Bird
Around about 10/11/11 13:21, Philip Martin typed ... pragma integrity_check I'd done that, but it doesn't mean anything to me! *** in database main *** On tree page 40898 cell 60: 2nd reference to page 325 On tree page 40898 cell 60: Child page depth differs On tree page 40898 cell 61:

Authz permisison problem after upgrade from 1.6.16 to 1.7.1

2011-11-10 Thread Jens Geyer
Hi *, I have an really interesting case here, which looks to me like an bug. The behavior started after the upgrade of our SVN server from 1.6.16 to 1.7.1. We use a windows server (SVNSERVE) here, I haven't tested this on Apache. The scenario: We have a source code tree, which lives let's say

AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread mein name
Correction: In order to delete mypath, the user needs write permission on / /top /top/subdir /top/subdir/mypath -Ursprüngliche Nachricht- Von: Jens Geyer [mailto:j...@vsx.net] Gesendet: Donnerstag, 10. November 2011 16:56 An: Bostjan Skufca;

AW: Modified (properties only)

2011-11-10 Thread Jens Geyer
Is there anything I can do to stop this happening? If it is a file, you can AFAIK safely remove the mergeinfo property from the file . JensG

Re: merge problem. impossible to revert deleted file

2011-11-10 Thread Gunnar Dalsnes
On 10.11.2011 12:26, Philip Martin wrote: Gunnar Dalsneshar...@online.no writes: REM change this to the dir you are running the script from set wd=c:/temp/test svnadmin create repo svn mkdir file:///%wd%/repo/trunk -m test svn co file:///%wd%/repo/trunk trunk1 svn co

Re: Network Share Checkouts

2011-11-10 Thread Les Mikesell
On Thu, Nov 10, 2011 at 8:13 AM, Nico Kadel-Garcia nka...@gmail.com wrote: On Thu, Nov 10, 2011 at 8:46 AM, Les Mikesell lesmikes...@gmail.com wrote: On Thu, Nov 10, 2011 at 7:27 AM, Nico Kadel-Garcia nka...@gmail.com wrote: I spent a *lot* of time explaining this to verious people trying to

Re: WC database corruption (1.7.1)

2011-11-10 Thread Philip Martin
Neil Bird n...@jibbyjobby.co.uk writes: *** in database main *** On tree page 40898 cell 60: 2nd reference to page 325 On tree page 40898 cell 60: Child page depth differs On tree page 40898 cell 61: Child page depth differs rowid 14277 missing from index sqlite_autoindex_PRISTINE_1 rowid

RE: Modified (properties only)

2011-11-10 Thread David Aldrich
If it is a file, you can AFAIK safely remove the mergeinfo property from the file . Thanks, it is a file. I have removed the property in the trunk. I then merged the trunk into my branch whereupon I got a conflict for that file. So I just deleted the mergeinfo property in the branch, marked

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Philip Martin
Jens Geyer j...@vsx.net writes: I can confirm that. Deleting is only possible if the user has write permnissions on the ENTIRE path. / top/subdir/mypath In order to delete mypath, the user needs write permission on / /top/subdir /top/subdir

Re: Renaming on-the-fly?

2011-11-10 Thread Ryan Schmidt
On Nov 10, 2011, at 02:43, P.N. wrote: I want to check out an open source project (obviously from a *nix file system) using the same name differing only in case for two different files , which results in a conflict on windows. As I'm not a committer to the project, I cannot rename the

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Stefan Sperling
On Thu, Nov 10, 2011 at 05:25:27PM +, Philip Martin wrote: I wonder if there is an upper/lower case problem somewehere in your authz file? Or perhaps in the Subversion authz code? If so, this is likely due to the change in case-awareness we made in 1.7:

Re: Network Share Checkouts

2011-11-10 Thread Ryan Schmidt
On Nov 10, 2011, at 07:27, Nico Kadel-Garcia wrote: Windows versus UNIX style end-of-line also becomes important. The svn:eol style for files in a shared repository will behave differently on Windows boxes accessing a CIFS share from a UNIX or Linux box via Samba than the UNIX or Linux box

Re: Network Share Checkouts

2011-11-10 Thread Ryan Schmidt
On Nov 10, 2011, at 03:08, markw wrote: I am trying to compile a best practice guide for my organisation's Subversion users. I am now thinking about the issue of checking out to a network drive. It looks like over the years this has generated a number of issues for the community. So I

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Philip Martin
Stefan Sperling s...@elego.de writes: On Thu, Nov 10, 2011 at 05:25:27PM +, Philip Martin wrote: I wonder if there is an upper/lower case problem somewehere in your authz file? Or perhaps in the Subversion authz code? If so, this is likely due to the change in case-awareness we made in

Checkout time after svnserve restart

2011-11-10 Thread Stefan Lock
Hi, I´m wondering about the checkout time of our svnserver. The first checkout after restarting svnserve (or httpd) is very slow. An example of one of our big projects: First checkout: 00:08:01 / 481 secs second: 00:02:00 / 120 secs third: 00:02:01 / 121 secs I´ve this problem with the svn-

Re: Checkout time after svnserve restart

2011-11-10 Thread Daniel Shahaf
There's in-memory caching, and more so in 1.7, but no on-disk cache files. See the 1.7 release notes. On Thursday, November 10, 2011 8:49 PM, Stefan Lock l...@signal7.de wrote: Hi, I´m wondering about the checkout time of our svnserver. The first checkout after restarting svnserve (or httpd)

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Bostjan Skufca
Well, in my case, it is all lower-case all the time. Is there any other way to double check this? I checked with svn ls ... every component of path to be lower case, and it was. authz file is also in lower case completely. Still, delete as described before does not work. It is 32 bit system,

1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread olivier SAINT-EVE
hello, I recently bought a synology NAS (DS110J). I would like to use subversion, so I installed SVN on the NAS, following this tutorial:

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread Geoff Hoffman
svn://my address at dyndns:3690/svn_eclipse What is the IP of the NAS on your LAN? it has to work at svn:// 192.168.1.105/ first, before you can get to it from the net via your DynDNS url. Once you verified that you can connect from a PC on your LAN... check your internet device eg cable/DSL

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread olivier SAINT-EVE
hi the local IP is 192.168.1.66, and the internet one is xxx.dyndns.org (where xxx is my name). I tried with the local IP and I obtain the same result. so we can try to make it work first : I agree with you. and I thank you for your quick answer. olivier ps: I already have open the port

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread Ryan Schmidt
On Nov 10, 2011, at 20:40, olivier SAINT-EVE wrote: the local IP is 192.168.1.66, and the internet one is xxx.dyndns.org (where xxx is my name). I tried with the local IP and I obtain the same result. so we can try to make it work first : I agree with you. and I thank you for your

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread olivier SAINT-EVE
hello ryan good idea! indeed it can't talk to himself (with the command svn co svn://localhost/svn_eclipse/SMS test3, from the NAS and where test3 doesn't exist. I obtain the same error message. maybe the rights are incorrects?

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread Ryan Schmidt
On Nov 10, 2011, at 22:13, olivier SAINT-EVE wrote: indeed it can't talk to himself (with the command svn co svn://localhost/svn_eclipse/SMS test3, from the NAS and where test3 doesn't exist. I obtain the same error message. maybe the rights are incorrects? I don't know; could be.

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread lolveley
hello, here is the result of telnet : [olivier@centos ~]$ telnet 192.168.1.66 3690 Trying 192.168.1.66... Connected to 192.168.1.66. Escape character is '^]'. Connection closed by foreign host. I can't

Re: 1st checkout of my life = network connection closed unexpectedly

2011-11-10 Thread Geoff Hoffman
On Thu, Nov 10, 2011 at 11:56 PM, lolveley lolve...@laposte.net wrote: hello, here is the result of telnet : [olivier@centos ~]$ telnet 192.168.1.66 3690 Trying 192.168.1.66... Connected to 192.168.1.66. Escape character is '^]'. Connection