RE: Merge bug -- svn:keywords and conflict resolution

2012-03-28 Thread
I did not get any responses on this bug report, neither confirming nor denying. So I guess the next step is to file an issue? -Steve > -Original Message- > From: Varnau, Steve (Seaquest R&D) > Sent: Monday, March 26, 2012 10:26 AM > To: users@subversion.apache.org > Cc: Brackett, Faye >

Subversion and MS Dynamics AX

2012-03-28 Thread Menschel, Bob [HDS]
Does anyone have experience using Subversion to manage source code and/or other changes within the Microsoft Dynamics environment (preferably Dynamics AX)? Bob Menschel Lead Systems Engineer HD Supply, Repair & Remodel 1695 Eureka Road Roseville, CA 956611 Phone: 916-751-2329 (internal ext 62329)

Picking up wrong libraries/dependencies

2012-03-28 Thread Tom Hanstra
I'm hoping someone can help me understand how to handle this... I am attempting to install subversion on RHEL5. I have newer versions of apr, apr-util, neon and sqlite in independent directories: /shared/apr /shared/apr-util /shared/neon /shared/sqlite Now I am trying to compile subversion 1

Re: relation to minfo-cnt bug Re: predecessor count for the root node-revision is wrong message

2012-03-28 Thread Daniel Shahaf
Jason Wong wrote on Wed, Mar 28, 2012 at 11:49:20 -0700: > dump-noderev.pl /repo / > - > id: 0.0.r62104/28771 > type: dir > pred: 0.0.r62103/28680 > count: 62071 > text: 62104 27520 1238 1238 ea635421e867454f9f7bc503c8160a2c > cpath: / > copyroot: 0 / > minfo-cnt: 25707 > --

Re: relation to minfo-cnt bug Re: predecessor count for the root node-revision is wrong message

2012-03-28 Thread Jason Wong
On Thu, Mar 22, 2012 at 11:32 AM, Jason Wong wrote: > Hello Daniel. > > I will give it a go and let you know what I find. > > Jason > > On Wed, Mar 21, 2012 at 1:39 AM, Daniel Shahaf wrote: >> Jason, >> >> I've learnt yesterday something new about the minfo-cnt corruption bug: >> it can manifest

RE: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Bob Archer
> Hello Mark (& others), > > thank you for the answers. > > I am searching SVN server software. > pre-packaged solutions preferred/required (without python stuff if possible). > > As previously mentioned the bottom of page > http://subversion.apache.org/packages.html > shows 5 server packages. >

RE: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Bert Huijben
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: woensdag 28 maart 2012 17:25 > To: Daniel Shahaf > Cc: Bert Huijben; Philip Martin; users@subversion.apache.org > Subject: Re: svn 1.7: how to recover from a lost pristine file > > On Wed, Mar 28, 2012 at 5:0

Re: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Pavel Lyalyakin
Hello, > I am searching SVN server software. > pre-packaged solutions preferred/required (without python stuff if possible). > > As previously mentioned the bottom of page > http://subversion.apache.org/packages.html > shows 5 server packages. > > I need a comparison and recommendation which pack

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Johan Corveleyn
On Wed, Mar 28, 2012 at 5:06 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Wed, Mar 28, 2012 at 16:38:41 +0200: >> Thanks both for your help. Maybe this will help others running in the >> same situation ... > > Do you know what cause the pristine to disappear in the first place? No, not yet

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Mar 28, 2012 at 16:38:41 +0200: > Thanks both for your help. Maybe this will help others running in the > same situation ... Do you know what cause the pristine to disappear in the first place?

RE: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Brenden Walker
> -Original Message- > From: Ben Stover [mailto:bxsto...@yahoo.co.uk] > Sent: Wednesday, March 28, 2012 7:47 AM > To: Subversion Users > Cc: Nico Kadel-Garcia; Cooke, Mark > Subject: RE: Which is the most used/best Windows Subversion server > distribution? > > Hello Mark (& others), > > t

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Johan Corveleyn
On Wed, Mar 28, 2012 at 4:27 PM, Bert Huijben wrote: > > >> -Original Message- >> From: Johan Corveleyn [mailto:jcor...@gmail.com] >> Sent: woensdag 28 maart 2012 15:47 >> To: Philip Martin >> Cc: users@subversion.apache.org >> Subject: Re: svn 1.7: how to recover from a lost pristine file

RE: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Bert Huijben
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: woensdag 28 maart 2012 15:47 > To: Philip Martin > Cc: users@subversion.apache.org > Subject: Re: svn 1.7: how to recover from a lost pristine file > > On Wed, Mar 28, 2012 at 3:08 PM, Johan Corveleyn > wrot

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Philip Martin
Johan Corveleyn writes: > Thanks for your help, Philip. > > $ sqlite3 .svn/wc.db "select * from work_queue" > 1|(file-install trunk/rootdir/the/file/with/missing/pristine.java 1 0 1 1) > >> These may show something: >> >>  sqlite3 wc/.svn/wc.db "select * from nodes where local_relpath = >> '/the

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Johan Corveleyn
On Wed, Mar 28, 2012 at 3:08 PM, Johan Corveleyn wrote: > On Wed, Mar 28, 2012 at 2:12 PM, Philip Martin > wrote: >> Johan Corveleyn writes: >> >>> For some reason, I lost a pristine file [*] in a 1.7 working copy. I'm >>> trying to recover from this without having to throw away my entire >>> wo

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Johan Corveleyn
On Wed, Mar 28, 2012 at 2:12 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> For some reason, I lost a pristine file [*] in a 1.7 working copy. I'm >> trying to recover from this without having to throw away my entire >> working copy. So far I'm unsuccessful. Any help is appreciated. >> >

Re: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Mark Phippard
On Wed, Mar 28, 2012 at 7:46 AM, Ben Stover wrote: > thank you for the answers. > > I am searching SVN server software. > pre-packaged solutions preferred/required (without python stuff if possible). Just curious, but why the Python concern. You might want to run hook scripts someday, so having

Re: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Philip Martin
Johan Corveleyn writes: > For some reason, I lost a pristine file [*] in a 1.7 working copy. I'm > trying to recover from this without having to throw away my entire > working copy. So far I'm unsuccessful. Any help is appreciated. > > svn-1.7 is SlikSVN 1.7.4 (On Windows 7, 64bit): > [[[ > C:\Wo

RE: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Cooke, Mark
[convention on this list is to answer in line to make the thread easier to follow] > On Mon, 26 Mar 2012 09:30:06 +0100, Cooke, Mark wrote: > > >> -Original Message- > >> From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > >> Sent: 24 March 2012 03:14 > >> To: Ben Stover > >> Cc: Subve

RE: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Ben Stover
Hello Mark (& others), thank you for the answers. I am searching SVN server software. pre-packaged solutions preferred/required (without python stuff if possible). As previously mentioned the bottom of page http://subversion.apache.org/packages.html shows 5 server packages. I need a comparison

svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Johan Corveleyn
For some reason, I lost a pristine file [*] in a 1.7 working copy. I'm trying to recover from this without having to throw away my entire working copy. So far I'm unsuccessful. Any help is appreciated. svn-1.7 is SlikSVN 1.7.4 (On Windows 7, 64bit): [[[ C:\Work\WC-root>svn-1.7 update -r0 the\file\

Re: Issue with svn log --diff option

2012-03-28 Thread Philip Martin
Yves Martin writes: > $ svn log resources/favicon.ico > > r429 | B | 2010-06-15 14:35:13 +0200 (mar, 15 jun 2010) | 1 line > > r388 | B | 2010-03-05 16

Re: Understanding PySvn – Where to start from?

2012-03-28 Thread Ulrich Eckhardt
Am 27.03.2012 19:00, schrieb Mark Phippard: If you are on Windows you should install TortoiseSVN (and the command line client). Since at least 1.7, TortoiseSVN also packages the command line tools, so you don't have to install them separately. 1. Install TSVN 2. Open a command prompt and typ

Re: Issue with svn log --diff option

2012-03-28 Thread Yves Martin
Hello, First, Stefan, thanks for your quick answer. You're right, Subversion 1.7.4 "log --diff" works better. But copy operation support is still limited. Here is a quick description of my repository status: $ svn log resources/favicon.ico ---