Re: problem with peg revision

2010-03-25 Thread Vincent Lefevre
On 2010-03-25 13:06:56 -0400, David Weintraub wrote: > I played around with svn info and pegged revisions, and had no > problems. Have you've looked at the svn log? That might be a place to > start and maybe help you understand when the name change took place. The file name never changed. > One o

Could not resolve path ... for history error

2010-03-25 Thread Thomas O'Brien
Hi all, I recently ran into a problem retrieving revision information. The errors for retrieving revision history (using svn blame) happened after a recent move of a directory containing Java files. After the move I started to receive errors when using 'svn blame' so I tried to do a reverse merge.

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Jeremy Whitlock
> 1st, thank you Jeremy! No problem. Out of the thousands of people that download the binary, to have only a handful of complaints isn't bad. ;) > 2nd, from a sysadmin perspective, I appreciate that the installation > process doesn't presume to know where everything goes. Having one > complete

RE: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Curley, John
This may not be the right forum and I apologize for that, but here goes. 1st, thank you Jeremy! 2nd, from a sysadmin perspective, I appreciate that the installation process doesn't presume to know where everything goes. Having one complete install structure has several advantage, like seeing how

Re: svn merge issues after upgrading server from 1.4.3 to 1.6.6 - unexpected property changes (deleted svn:mergeinfo)

2010-03-25 Thread Gary M. Gere
-Hi Bob, First off, thank you very much for your quick reply. We were running a 1.4.2 subversion server, and upgraded the subversion server to 1.6.6. The clients have not changed in any way, and were a mix of 1.4, 1.5 and 1.6 clients that used "http" only to communicate with the subversion se

RE: svn merge issues after upgrading server from 1.4.3 to 1.6.6 - unexpected property changes (deleted svn:mergeinfo)

2010-03-25 Thread Bob Archer
> We recently upgraded our subversion server software and are having major > problems with merging after moving the subversion server from 1.4.2 to > 1.6.6. I am asking the user community for any help they can give us. > > The details of the prior and current software versions are detailed at the

svn merge issues after upgrading server from 1.4.3 to 1.6.6 - unexpected property changes (deleted svn:mergeinfo)

2010-03-25 Thread Gary M. Gere
-All, This is my first time posting to this alias; I apologize in advance for any protocol mistakes, but we are in a serious situation and I need to get some guidance/help as soon as possible. I tried searching through the issues database but could not find anything that appeared to be the i

RE: ignore local change

2010-03-25 Thread Bob Archer
BTW: TortoiseSVN does implement the "ignore change list" idea. Although, I would rather go with checking in a template and then using build scripts or deploy scripts to create the correctly named file populating and tokens in the file that need to be customized. BOb > There's no way to do th

Re: ignore local change

2010-03-25 Thread David Weintraub
There's no way to do this easily: Ignoring is only for non-subversion files. For example, if every time I do a build, a directory called "build" is created, I can create an ignore, so that this directory won't show up on "svn status', but if a file is changed and is part of the Subversion reposito

Re: problem with peg revision

2010-03-25 Thread David Weintraub
I played around with svn info and pegged revisions, and had no problems. Have you've looked at the svn log? That might be a place to start and maybe help you understand when the name change took place. One of the issues our users run into when specifying pegged revisions is that they misstate the

RE: ignore local change

2010-03-25 Thread Bob Archer
> I have some local changes that I want to keep, and wish they did not show > up in svn status. > > For example, > on production > mail = "#users_real_email#" > on dev machine > mail = "#fake_email_for_debugging#" > > I want subversion to ignore this difference when I do "svn st

ignore local change

2010-03-25 Thread Ben Kim
Dear list, version: subversion 1.6.6 on cygwin, FC12 and also tortoise svn. I have some local changes that I want to keep, and wish they did not show up in svn status. For example, on production mail = "#users_real_email#" on dev machine mail = "#fake_email_for_debugging#"

Re: weird merge

2010-03-25 Thread Xavier Noria
On Thu, Mar 25, 2010 at 4:51 PM, Tyler Roscoe wrote: > You should look at your branch's ancestry to make sure those revisions > are not needed. If they're not, you can use a --record-only merge to > make the branch think it has those revisions. Subsequent merges from > trunk should then skip over

Re: Question regarding the python binding

2010-03-25 Thread Роман Донченко
Tino Schwarze писал в своём письме Thu, 25 Mar 2010 17:32:35 +0300: Additional question: I can't seem to find an equivalent of "svnlook cat" anywhere... I wanted to avoid calling external programs - commits are slow enough already... Thanks, Tino. You basically need to apply repos.open, t

Re: Question regarding the python binding

2010-03-25 Thread Роман Донченко
Tino Schwarze писал в своём письме Thu, 25 Mar 2010 17:17:42 +0300: Hi there, Back to python: I managed to use the Python bindings to get a value from the config file (I didn't want to reinvent the wheel) like this: *** from svn import repos, fs, delta, core, client def main(pool, repos_di

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Jeremy Whitlock
> On Mar 24, 2010, at 20:56, Matt Harrison wrote: > >> ...please don't do that again. >> >> is it asking too much to choose where to install it? or at least using >> something standard like /usr/local with soft links into /usr/local/bin? > Well, that turkey is me. There are actually a few things

Re: weird merge

2010-03-25 Thread Tyler Roscoe
On Thu, Mar 25, 2010 at 11:09:49AM +0100, Xavier Noria wrote: > That is, after you create branch b from trunk, you work on b, > occasionally you sync with trunk this way: > > cd b > svn merge ^/trunk . > > and when you are done in b finally > > cd trunk > svn merge --reintegrate

problem with peg revision

2010-03-25 Thread Vincent Lefevre
Hi, It seems that peg revisions do not work when a directory has been renamed. For instance: $ svn info notes Path: notes Name: notes URL: svn+ssh://mysvn/arith/stds-754/notes Repository Root: svn+ssh://mysvn Repository UUID: 99759db8-4ec0-0310-8bf9-df86780d22d8 Revision: 35831 Node Kind: file Sc

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Ryan Schmidt
On Mar 24, 2010, at 20:56, Matt Harrison wrote: > ...please don't do that again. > > is it asking too much to choose where to install it? or at least using > something standard like /usr/local with soft links into /usr/local/bin? I'm not familiar with other operating systems, but it's customar

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Andy Levy
On Thu, Mar 25, 2010 at 10:17, Bob Archer wrote: >> On Thu, Mar 25, 2010 at 10:11, Bob Archer wrote: >> >> Subject: @ the turkey who compiled OSX svn 1.6 with hardcoded path of >> >> /opt/subversion... >> >> >> >> ...please don't do that again. >> >> >> >> is it asking too much to choose where to

Re: Question regarding the python binding

2010-03-25 Thread Tino Schwarze
Additional question: I can't seem to find an equivalent of "svnlook cat" anywhere... I wanted to avoid calling external programs - commits are slow enough already... Thanks, Tino. On Thu, Mar 25, 2010 at 03:17:42PM +0100, Tino Schwarze wrote: > Hi there, > > I'm currently implementing commit ho

Question regarding the python binding

2010-03-25 Thread Tino Schwarze
Hi there, I'm currently implementing commit hooks and struggling with the python bindings. I took the contributed pre-commit example which uses the "svn" python module which maps more or less directly to libsvn functions. Background: We want to enforce certain global ignores, MIME types etc. The

RE: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Bob Archer
> On Thu, Mar 25, 2010 at 10:11, Bob Archer wrote: > >> Subject: @ the turkey who compiled OSX svn 1.6 with hardcoded path of > >> /opt/subversion... > >> > >> ...please don't do that again. > >> > >> is it asking too much to choose where to install it? or at least using > >> something standard li

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Andy Levy
On Thu, Mar 25, 2010 at 10:11, Bob Archer wrote: >> Subject: @ the turkey who compiled OSX svn 1.6 with hardcoded path of >> /opt/subversion... >> >> ...please don't do that again. >> >> is it asking too much to choose where to install it? or at least using >> something standard like /usr/local wi

RE: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Bob Archer
> Subject: @ the turkey who compiled OSX svn 1.6 with hardcoded path of > /opt/subversion... > > ...please don't do that again. > > is it asking too much to choose where to install it? or at least using > something standard like /usr/local with soft links into /usr/local/bin? > > my opinion of C

RE:

2010-03-25 Thread Cooke, Mark
> I am installing Apache and Subversion on Windows 2008 R2 and am having > trouble making it to authenticate using Windows domain. > > When accessing the Subversion repository through IE 8, I am > prompted for credential (which is expected), and after I > entered the credential, I am getting the

Re:

2010-03-25 Thread David Weintraub
Can you access the repository without IE 6 by doing a checkout and commit? If so, it's pretty much working according to specs. Yes, it's neat to be able to see your repository via IE and putting in the checkout URL, but that's not a must have feature. If you want to access your repository via IE,

RE: merging repositories

2010-03-25 Thread Jon Foster
Hi, Tobias wrote: > I have a project with two different repositories, > that I want to merge into one common repository. Would "svndumptool merge" do what you want? http://svn.borg.ch/svndumptool/ (I haven't tried it, it's just something I found and bookmarked when investigating Subversion) >

merging repositories

2010-03-25 Thread Tobias Pfeiffer
Hi, I have a project with two different repositories, named "Base" and "Develop" that I want to merge into one common repository. The simplest way would surely be to say: $ svnadmin dump Base/ base.dmp $ svnadmin dump Develop/ develop.dmp $ svnadmin load --parent-dir "Base/" Merged/ < base.dm

weird merge

2010-03-25 Thread Xavier Noria
I am using 1.6 and was told that nowadays explicit revision numbers are not needed for branching merging in the most common use case at least. That is, after you create branch b from trunk, you work on b, occasionally you sync with trunk this way: cd b svn merge ^/trunk . and when you ar

Re: Installing two subversion release on the same machine

2010-03-25 Thread Erik Andersson
Maybe this will help? http://subversion.apache.org/faq.html#unrecognized-url-error Cheers / Erik On Thu, Mar 25, 2010 at 8:56 AM, wrote: > > Hi, > > sorry for the not so large explanation, anyway I defined PATH and > LD_LIBRARY_PATH

Re: Installing two subversion release on the same machine

2010-03-25 Thread Emiliano . MONACO
Hi, sorry for the not so large explanation, anyway I defined PATH and LD_LIBRARY_PATH variable for my user as you suggested, anyway when I run svn checkout command: svn checkout http://xxx.xxx.xxx.xxx/Doc_Folder /tmp/tmp_doc I got the following error: subversion/libsvn_ra/ra_loader.c:470: (ap