Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Daniel Shahaf
Michael J. Bauer wrote on Tue, Nov 23, 2010 at 19:16:32 -0500: > It looks like svnsync is picking up the wrong version of SQLite, despite > being compiled with the correct version. This appears to happen only on > svnsync synchronize, but I've not exhaustively read through the logs. I'd be

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Nico Kadel-Garcia
On Tue, Nov 23, 2010 at 7:16 PM, Michael J. Bauer wrote: > I am attempting to build SVN on a RHEL 5.4 system.  There are two versions > of SQLite on the system: Use the SRPM or the RPM from RPMforge. I've had some involvement with that: previous contributors included the squlite-amalgmation tarba

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Daniel Becroft
On Wed, Nov 24, 2010 at 6:31 AM, Paul Burba wrote: > On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote: > > Hi All, > > The short story, the following behaviors are intentional: > > A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo > if the source has it. > > B) URL-to

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Hyrum K. Wright
On Tue, Nov 23, 2010 at 6:16 PM, Michael J. Bauer wrote: > I am attempting to build SVN on a RHEL 5.4 system.  There are two versions > of SQLite on the system: > > * The stock system SQLite, version 3.3.6, with library in /usr/lib > * A new version of SQLite, version 3.7.3, with library in /usr/s

svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Michael J. Bauer
I am attempting to build SVN on a RHEL 5.4 system. There are two versions of SQLite on the system: * The stock system SQLite, version 3.3.6, with library in /usr/lib * A new version of SQLite, version 3.7.3, with library in /usr/sup/lib I configured SVN with the following options: ./configure

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Johan Corveleyn
On Tue, Nov 23, 2010 at 9:31 PM, Paul Burba wrote: > On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote: > > Hi All, > > The short story, the following behaviors are intentional: > > A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo > if the source has it. > > B) URL-to-

Re: Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Andy Levy
On Tue, Nov 23, 2010 at 16:08, Ryan Schmidt wrote: > > On Nov 23, 2010, at 10:19, Andy Levy wrote: > >> I was just experimenting with a PowerShell v2 session (instead of the >> basic Command Prompt) and got the following: >> >> PS C:\_Projects> svn diff -r {2010-11-22}:HEAD >> svn: Syntax error in

Re: Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Ryan Schmidt
On Nov 23, 2010, at 10:19, Andy Levy wrote: > I was just experimenting with a PowerShell v2 session (instead of the > basic Command Prompt) and got the following: > > PS C:\_Projects> svn diff -r {2010-11-22}:HEAD > svn: Syntax error in revision argument '-encodedCommand' > > If the revision ra

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Paul Burba
On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote: Hi All, The short story, the following behaviors are intentional: A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo if the source has it. B) URL-to-[WC | URL] [copies | moves]: Destination gets explicit mergeinfo if

Re: file externals & URLs

2010-11-23 Thread Les Mikesell
On 11/23/2010 11:39 AM, Daniel Shahaf wrote: Les Mikesell wrote on Tue, Nov 23, 2010 at 11:03:11 -0600: The current version uses the directory structure of your workspace to hold the repository information, so it sort-of makes sense that you can't mix files from different repositories in the sam

Re: file externals & URLs

2010-11-23 Thread Daniel Shahaf
Les Mikesell wrote on Tue, Nov 23, 2010 at 11:03:11 -0600: > The current version uses the directory structure of your workspace to > hold the repository information, so it sort-of makes sense that you > can't mix files from different repositories in the same directory. And why would this argum

Re: file externals & URLs

2010-11-23 Thread Daniel Shahaf
Bastien Semene wrote on Tue, Nov 23, 2010 at 17:51:00 +0100: > Ok, I just tested. > > There actually are 2 problems when I first tested the cross repositories > file external, the first message I had was : > Repository UUID '55a45616-c74e-de11-b3fa-001e4f22e0e6' doesn't match > expected UUID '2

Re: file externals & URLs

2010-11-23 Thread Les Mikesell
On 11/23/2010 10:51 AM, Bastien Semene wrote: Ok, I just tested. There actually are 2 problems when I first tested the cross repositories file external, the first message I had was : Repository UUID '55a45616-c74e-de11-b3fa-001e4f22e0e6' doesn't match expected UUID '20aedb48-35eb-0310-b593-edfe3

Re: file externals & URLs

2010-11-23 Thread Bastien Semene
Ok, I just tested. There actually are 2 problems when I first tested the cross repositories file external, the first message I had was : Repository UUID '55a45616-c74e-de11-b3fa-001e4f22e0e6' doesn't match expected UUID '20aedb48-35eb-0310-b593-edfe3b26aac3' So I changed the UUID of my test r

Re: Diff tag against trunk head

2010-11-23 Thread Les Mikesell
On 11/23/2010 9:39 AM, Kevin Connor Arpe wrote: Hello, I am using the latest (stable) version on both Linux and WinSlows. For one of my repositories, I created a daily tag of a diary. Example: /project/trunk/important_stuff /project/tags/2010-11-20/important_stuff /project/tags/2010-11-21/impo

Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Andy Levy
I was just experimenting with a PowerShell v2 session (instead of the basic Command Prompt) and got the following: PS C:\_Projects> svn diff -r {2010-11-22}:HEAD svn: Syntax error in revision argument '-encodedCommand' If the revision range is enclosed in quotes, it works properly: PS C:\_Projec

Re: file externals & URLs

2010-11-23 Thread Daniel Shahaf
Bastien Semene wrote on Tue, Nov 23, 2010 at 14:43:21 +0100: > Is it still not possible to use file externals pointing on different > repositories ? It is not possible (because the code used to implement in 1.5 and 1.6 them assumes that the target URL belongs to the same repository). I don't re

Re: Diff tag against trunk head

2010-11-23 Thread Andy Levy
On Tue, Nov 23, 2010 at 10:39, Kevin Connor Arpe wrote: > Hello, > > I am using the latest (stable) version on both Linux and WinSlows. > > For one of my repositories, I created a daily tag of a diary. > > Example: > /project/trunk/important_stuff > /project/tags/2010-11-20/important_stuff > /proj

RE: Diff tag against trunk head

2010-11-23 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Kevin Connor Arpe [mailto:kevina...@gmail.com] > Sent: 23 November 2010 15:39 > To: users@subversion.apache.org > Sub

Re: Diff tag against trunk head

2010-11-23 Thread Stefan Sperling
On Tue, Nov 23, 2010 at 11:39:00PM +0800, Kevin Connor Arpe wrote: > Hello, > > I am using the latest (stable) version on both Linux and WinSlows. > > For one of my repositories, I created a daily tag of a diary. > > Example: > /project/trunk/important_stuff > /project/tags/2010-11-20/important_

Re: file externals & URLs

2010-11-23 Thread Les Mikesell
On 11/23/2010 8:09 AM, David Weintraub wrote: I find the best way is to just make BAR a releasable subproject. You could zip up its source code or compile bar into some sort of object file that FOO can use (a jarfile for a Java project, or a *.dll or *.so for C or C++ projects). Then, I'd have m

Diff tag against trunk head

2010-11-23 Thread Kevin Connor Arpe
Hello, I am using the latest (stable) version on both Linux and WinSlows. For one of my repositories, I created a daily tag of a diary. Example: /project/trunk/important_stuff /project/tags/2010-11-20/important_stuff /project/tags/2010-11-21/important_stuff /project/tags/2010-11-22/important_stu

Re: file externals & URLs

2010-11-23 Thread Piotr Kabacinski
On 23-11-2010 15:46, Bastien Semene wrote: From Piotr Kabacinski response (I compiled the mails) "You can use relative path when accessing the same repository" This is exactly the ambiguous use of terms I'm talking about. I can think that I can't use svn:externals on different repositories, but

RE: file externals & URLs

2010-11-23 Thread Ludwig, Michael
> From: Piotr Kabacinski [mailto:pi...@kabot.net] > Externals to different repositories are possible. > http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html > You can use relative path when accessing the same repository. > > Problem is if you want to point to file (not to directory) -

Re: file externals & URLs

2010-11-23 Thread Bastien Semene
Yes, I have different repositories hosted by the same Apache vhost (with the SVNParentPath directive), and I can use relative paths to make externals of folders between different repositories (different databases). And they actually are on different hosts thanks to NFS. From Piotr Kabacinski r

Re: file externals & URLs

2010-11-23 Thread Les Mikesell
On 11/23/10 7:52 AM, Piotr Kabacinski wrote: Hi, Externals to different repositories are possible. http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html You can use relative path when accessing the same repository. Problem is if you want to point to file (not to directory) - that, in fa

Re: Find file in repo

2010-11-23 Thread David Weintraub
On Tue, Nov 23, 2010 at 7:06 AM, Piotr Kabacinski wrote: > Hi, maybe it's not exactly what you are asking for, but try to use something > like this: > svn ls -R svn://svnserver/repo | grep LoginInterceptor.c If you're on Windows, you can use "find" instead of "grep" $ svn ls -R svn://svnser

Re: file externals & URLs

2010-11-23 Thread David Weintraub
On Tue, Nov 23, 2010 at 8:43 AM, Bastien Semene wrote: > Hi, > > I read in the svn-book that file externals are supported only in the same > repository. But it is not clear in my repositories architecture : > > My repositories are accessed through Apache and all use the same FQDN/vhost. So, you

Re: file externals & URLs

2010-11-23 Thread Piotr Kabacinski
Hi, Externals to different repositories are possible. http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html You can use relative path when accessing the same repository. Problem is if you want to point to file (not to directory) - that, in fact, is not possible. greetings On 23-11-2

file externals & URLs

2010-11-23 Thread Bastien Semene
Hi, I read in the svn-book that file externals are supported only in the same repository. But it is not clear in my repositories architecture : My repositories are accessed through Apache and all use the same FQDN/vhost. FQDN/repo1 F

Re: Find file in repo

2010-11-23 Thread Piotr Kabacinski
On 23-11-2010 12:49, Gerardo Corro wrote: How can I get the path of one file in a SVN repo? Supouse I want to find a file named "LoginInterceptor.c" with its complete path in one SVN repo. Hi, maybe it's not exactly what you are asking for, but try to use something like this: svn ls -R svn:/

Find file in repo

2010-11-23 Thread Gerardo Corro
Hi all, How can I get the path of one file in a SVN repo?Supouse I want to find a file named "LoginInterceptor.c" with its complete path in one SVN repo. Thanks in advanced. ///RGB

Should svn allow a merge into a conflicted file?

2010-11-23 Thread Echlin, Jamie
Should Subversion allow a merge on top of a file that already contains an unresolved conflict? Run the script below to set up the scenario. The first merge introduces a conflict, the second merge contains incoming changes to the conflicting section. The second merge is applied successfully to the

RE: Release Repositories

2010-11-23 Thread Ludwig, Michael
> From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > On Mon, Nov 22, 2010 at 9:55 PM, Andrey Repin > > Cron job won't be able to know if file transfer is completed. It > > will have to guess from, e.g., testing the archive (if it's > > archive) for integrity. filesystem notification mechanism w