Subversion in 2010 and Beyond Slides

2010-01-20 Thread Elaine
http://bit.ly/svn2010slides Interesting presentation by Subversion developers Hyrum Wright, Philip Martin, Julian Foad and Dave Brown. Highlights include: HTTPv2.0 This update of the current WebDAV HTTP protocol will boost performance while preserving the benefits of providing web access to Sub

Re: No such revision 0

2010-01-20 Thread Ryan Schmidt
On Jan 20, 2010, at 21:27, Kiko Man wrote: > On Tue, Jan 19, 2010 at 11:37 PM, Ryan Schmidt wrote: > >> And also in /var/svn/repos/db/revprops? > > Yes, it's there as well: > jj db # ls -alt /var/svn/repos/db/revprops/0 > -rw-rw 1 backuppc apache50 2009-10-30 19:35 0 > > Good to know ab

Re: svnmerge.py vs. build-in merge support since version 1.5

2010-01-20 Thread Blair Zajac
Dieter Oberkofler wrote: I have been using svnmerge.py for quite a while and although I was looking forward for the build-in functionality it worked quite well. After now upgrading to version 1.6 with the build-in functionality that replaces the need for svnmerge.py I'm a little surprised that no

Svn Bug? Cherrypicking a change causes incorrect mergeinfo recording later; breaks reintegrate.

2010-01-20 Thread Rick Ballard
Hello, I'm hitting what appears to be a bug in subversion. The problem is that I get incorrect subtree mergeinfo after a merge to my branch; the subtree is not recording the merge, and this later prevents reintegrate from working (via "Reintegrate can only be used if revisions [X] through [Y] w

Trying to rebase branch with trunk results in the error svn: REPORT of '/repos/path/!svn/vcc/default': Could not read response body: Secure connection truncated (https://ourdomain)

2010-01-20 Thread EwBoonTwo
This is with subversion client 1.5.5. I've been working with subversion for years on the same codebase and haven't run into this issue before. I did some digging around and found a few threads about the error above, but all were related to checking-out repositories, not merges, and none had a solu

svnlook problem when fetching log by command svnlook

2010-01-20 Thread Xia, Richard
Hello, I came across a svnlook problem, and try to get help. Bellow is my environment: Os: windows XP English version, but locale is set to Japan Subversion: Setup-Subversion-1.5.1.en-us.msi I added a file in svn repository with comment in which mixed with English, Chinese and Japanse. When I u

Re: Python & RA

2010-01-20 Thread Daniel Eggert
On Jan 20, 2010, at 11:10 , Роман Донченко wrote: > Daniel Eggert писал в своём письме Wed, 20 Jan 2010 > 19:54:40 +0300: > I got svn.ra.open2() and svn.ra.get_dir() working, but I'm unable to make the receiver/baton part of l = svn.ra.get_log2(session, None, 1, 4, 0, False,

Re: Ask for confirmation when a File is updated

2010-01-20 Thread Ryan Schmidt
On Jan 20, 2010, at 14:57, Hernan Castagnola wrote: > Is there any way (e.g editing the svn-properties) to make svn > give an Alert, or ask for confirmation when a sensitive file is updated. > I have been searching and I didn't find anything. > > Example > > Config.groo

RE: Ask for confirmation when a File is updated

2010-01-20 Thread Bob Archer
No, but you could probably do some type of pre-commit hook that will request a verification log message or something. They have to type some random string. you would have to save the string some where or something like: Commit failed, sensitive file included in change set. To verify that you wan

Ask for confirmation when a File is updated

2010-01-20 Thread Hernan Castagnola
Hi all, Is there any way (e.g editing the svn-properties) to make svn give an Alert, or ask for confirmation when a sensitive file is updated. I have been searching and I didn't find anything. *Example * Config.groovy is a sensitive file so on a Server X you set Config.gr

Re: Python & RA

2010-01-20 Thread Роман Донченко
Daniel Eggert писал в своём письме Wed, 20 Jan 2010 19:54:40 +0300: I got svn.ra.open2() and svn.ra.get_dir() working, but I'm unable to make the receiver/baton part of l = svn.ra.get_log2(session, None, 1, 4, 0, False, False, [], receiver, None) work. The receiver is supposed to be a svn

Some relative svn externals takes very long time

2010-01-20 Thread Joakim Tjernlund
Hi We have a repo with lots of svn:externals that looks like this ^tags/x/y z Each time one executes a svn up or svn status it takes a very long time to complete. The reason is that for each such external a new svnserve if started on the server. The ^tags/x/y externals are relative to the repo s

RE: Svn red-bean book...

2010-01-20 Thread Bob Archer
> Bob Archer wrote: > > I was wondering if this page should be updated? > > > > http://svnbook.red-bean.com/ > > > > There are links for the 1.5 version of the book and then for the > > nightly which says for version 1.6? > > > > Shouldn't there be direct links to the 1.6 version and then the > > n

Re: Svn red-bean book...

2010-01-20 Thread C. Michael Pilato
Bob Archer wrote: > I was wondering if this page should be updated? > > http://svnbook.red-bean.com/ > > There are links for the 1.5 version of the book and then for the nightly > which says for version 1.6? > > Shouldn't there be direct links to the 1.6 version and then the nightly > be for 1.7

Svn red-bean book...

2010-01-20 Thread Bob Archer
I was wondering if this page should be updated? http://svnbook.red-bean.com/ There are links for the 1.5 version of the book and then for the nightly which says for version 1.6? Shouldn't there be direct links to the 1.6 version and then the nightly be for 1.7? I'm not sure who maintains this

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread C. Michael Pilato
My kids' college fund thanks you. Rolf Marsh wrote: > I did just that, and it appears all is OK... of course I won't know > until something dies, but at least I'm not worrying about it anymore. > > Thank you everybody who took the time to get me through this... and by > the way Michael, I just bo

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Rolf Marsh
I did just that, and it appears all is OK... of course I won't know until something dies, but at least I'm not worrying about it anymore. Thank you everybody who took the time to get me through this... and by the way Michael, I just bought the latest version of your book... now, just to find t

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Rolf Marsh
No, the flash drive is mounted as drive L on the desktop and drive F on the laptop...did it create a repository automatically on the flash drive when it was attached to the laptop and I did the commit? However, when I do a "svn info" on the laptop, "svn" is not recognized because I didn't inst

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread C. Michael Pilato
Rolf Marsh wrote: > Most of the files are marked "under version control but are missing or > incomplete", while a few are marked as "modified" which is what I > expected. Is there a way to do a "commit" of everything? Or, is there > a way to replace all of the files in the repository with those o

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Henrik Sundberg
On Wed, Jan 20, 2010 at 3:58 PM, Rolf Marsh wrote: > I believe the commit did succeed, because all of the AnkhSVN glyphs were > gone... here is the current "svn info" on the flash drive; the F drive is on > the desktop.  I know the flash drive is the latest.. should I do another > commit while it'

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Andrey Repin
Greetings, Ulrich Eckhardt! >> Let me see if I can clarify this better... my (supposedly one and only) >> repository is on my desktop at home. I have one (1) working copy, which >> is on my flash drive. I normally do a commit after making changes when >> the flash drive is attached to the home d

[ANN] VisualSVN Server 2.1 Released

2010-01-20 Thread Danil Shopyrin
Hello All, We're delighted to announce VisualSVN Server 2.1. This release builds on the reliability and functionality of previous versions with the addition of Integrated Windows Authentication in Enterprise Edition. VisualSVN Server is a package that contains everything you need to install, conf

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Rolf Marsh
Most of the files are marked "under version control but are missing or incomplete", while a few are marked as "modified" which is what I expected. Is there a way to do a "commit" of everything? Or, is there a way to replace all of the files in the repository with those on the flash drive? R

Re: svnmerge.py vs. build-in merge support since version 1.5

2010-01-20 Thread Stein Somers
I haven't used svnmerge.py On 20/01/2010 8:04, Dieter Oberkofler wrote: 1) svnmerge.py did generate an informative commit message listing all the logs of the merged revisions is generated in a text file, as a suggestion for a good commit message. That seems like a workaround for the lack of su

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread C. Michael Pilato
I can't speak to AnkhSVN's behavior -- don't use it myself. What does 'svn status' in that working copy show? Are you local modifications still sitting there waiting to be committed? Rolf Marsh wrote: > I believe the commit did succeed, because all of the AnkhSVN glyphs were > gone... here is t

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Ulrich Eckhardt
On Wednesday 20 January 2010, Rolf Marsh wrote: > Let me see if I can clarify this better... my (supposedly one and only) > repository is on my desktop at home. I have one (1) working copy, which > is on my flash drive. I normally do a commit after making changes when > the flash drive is attache

Re: SVN Server Logs

2010-01-20 Thread Andy Levy
On Wed, Jan 20, 2010 at 08:49, Ilan Yaniv wrote: > Hi, > > > > I have an old SVN 1.4 and I want to view the SVNSERVE.exe logs. Where can I > find them in the file system. How can I view them > There are none. Logging didn't come to svnserve until 1.6.

SVN Server Logs

2010-01-20 Thread Ilan Yaniv
Hi, I have an old SVN 1.4 and I want to view the SVNSERVE.exe logs. Where can I find them in the file system. How can I view them Thanks Ilan Yaniv

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Rolf Marsh
I believe the commit did succeed, because all of the AnkhSVN glyphs were gone... here is the current "svn info" on the flash drive; the F drive is on the desktop. I know the flash drive is the latest.. should I do another commit while it's connected to the desktop? L:\Inventory Program - Wor

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread C. Michael Pilato
Rolf Marsh wrote: > Let me see if I can clarify this better... my (supposedly one and only) > repository is on my desktop at home. I have one (1) working copy, which > is on my flash drive. I normally do a commit after making changes when > the flash drive is attached to the home desktop. > > Th

Re: I think I'm in big trouble! (committed changes error)

2010-01-20 Thread Rolf Marsh
Let me see if I can clarify this better... my (supposedly one and only) repository is on my desktop at home. I have one (1) working copy, which is on my flash drive. I normally do a commit after making changes when the flash drive is attached to the home desktop. This time, I did a commit be

RE: svn status: filter on file extension

2010-01-20 Thread Niel De Clerk
Hi Thanks for the reply. BTW, a good alternative to grep in Windows is findstr The following works well (to only list *.kb files) Svn status --verbose --show-updates |findstr /E .kb Cheers Niel -Original Message- From: C. Michael Pilato [mailto:cmpil...@collab.net] Sent: 19 January 20

Re: subscription

2010-01-20 Thread Lorenz
Andreas Kress wrote: >subscribe that would be users-subscr...@subversion.apache.org -- Lorenz

subscription

2010-01-20 Thread Andreas Kress
subscribe -- Mit freundlichen Grüßen / With kind regards Andreas Kress HOOD Group Office München Keltenring 7 D-82041 Oberhaching Germany phone: 0049 89 45 12 53 0 fax: 0049 89 45 12 53 19 mobile: 0049 176 16 61 16 24 andreas.kr...@hood-group.com http://www.HOOD-Group.com More than 20 years