AW: "Subversion encountered a serious problem." error details

2011-09-27 Thread Markus Schaber
Hi, Jason, It seems that you discovered two different issuses. Von: Jason Holland [mailto:jholl...@a-cc.com] [Screenshot] > I was checking in latest code before leaving. That first screenshot shows an assertion failure in TortoiseSVN 1.7 beta 2. It is likely to be fixed in the latest build of

Re: svn upgrade with dump/load

2011-09-27 Thread Daniel Shahaf
Wouldn't it also be useful to pass --deltas to 'svnadmin dump'? I should note the advice below only applies to FSFS-backed repositories. Stefan Fuhrmann wrote on Tue, Sep 27, 2011 at 11:11:45 +0200: > >Stümpfig, Thomas >

Re: ISO/FDA certified?

2011-09-27 Thread Stefan Sperling
On Tue, Sep 27, 2011 at 06:11:10PM -0400, Mark Phippard wrote: > This is the best message I recall reading on this subject: > > http://svn.haxx.se/users/archive-2009-07/0981.shtml Hah, thanks for digging that up, Mark. I didn't even remember that I had posted this :)

Re: ISO/FDA certified?

2011-09-27 Thread Mark Phippard
On Tue, Sep 27, 2011 at 6:01 PM, Stefan Sperling wrote: > On Tue, Sep 27, 2011 at 02:31:31PM -0700, D. Ramsey wrote: >> I am planning to use Subversion to control documents used in the development >> of medical instrumentation.  Does anyone know if Subversion has been >> approved or certified by

Re: ISO/FDA certified?

2011-09-27 Thread Stefan Sperling
On Tue, Sep 27, 2011 at 02:31:31PM -0700, D. Ramsey wrote: > I am planning to use Subversion to control documents used in the development > of medical instrumentation. Does anyone know if Subversion has been approved > or certified by ISO or FDA for this us? > There are medical (and other) com

ISO/FDA certified?

2011-09-27 Thread D. Ramsey
I am planning to use Subversion to control documents used in the development of medical instrumentation. Does anyone know if Subversion has been approved or certified by ISO or FDA for this us? Thanks, Dave Ramsey

RE: perl SVN::Client bug

2011-09-27 Thread Thompson, Thomas J
Or even better, $_[$index]->isa('SVN::Client') This will break if $_[$index] is not a package or object reference, which is exactly what this portion of the code appears to deal with. Best keep it the other way ☺ From: Geoff Rowell [mailto:geoff.row...@gmail.com] Sent: Tuesday, September 2

Re: perl SVN::Client bug

2011-09-27 Thread Daniel Shahaf
Thompson, Thomas J wrote on Tue, Sep 27, 2011 at 13:25:04 -0700: > Hi, > > I'm an intermediate perl developer with lots to learn, but I think > I've found an issue with the perl subversion bindings that I'd like to > pass by you folks to ensure it's not just operator error. I would > give you the

Re: perl SVN::Client bug

2011-09-27 Thread Geoff Rowell
On Sep 27, 2011, at 4:25 PM, "Thompson, Thomas J" wrote: > Hi, > > > > I’m an intermediate perl developer with lots to learn, but I think I’ve found > an issue with the perl subversion bindings that I’d like to pass by you folks > to ensure it’s not just operator error. I would give you

perl SVN::Client bug

2011-09-27 Thread Thompson, Thomas J
Hi, I'm an intermediate perl developer with lots to learn, but I think I've found an issue with the perl subversion bindings that I'd like to pass by you folks to ensure it's not just operator error. I would give you the version I'm working with, but I see no VERSION variable in the SVN::Clien

Re: subversion 1.6.17 bug with linking on static library system

2011-09-27 Thread Daniel Shahaf
Alan Hourihane wrote on Tue, Sep 27, 2011 at 20:12:09 +0100: > On 09/27/11 19:59, Daniel Shahaf wrote: > > Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100: > >> Hi all, > >> > >> I didn't get any response to this, but did anything happen ? > >> > >> Thanks, > >> > >> Alan. > >> > >> On

Re: subversion 1.6.17 bug with linking on static library system

2011-09-27 Thread Alan Hourihane
On 09/27/11 19:59, Daniel Shahaf wrote: > Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100: >> Hi all, >> >> I didn't get any response to this, but did anything happen ? >> >> Thanks, >> >> Alan. >> >> On 09/07/11 09:02, Alan Hourihane wrote: >>> Hi, >>> >>> I'm building subversion 1.6.1

Re: subversion 1.6.17 bug with linking on static library system

2011-09-27 Thread Alan Hourihane
On 09/27/11 19:59, Daniel Shahaf wrote: > Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100: >> Hi all, >> >> I didn't get any response to this, but did anything happen ? >> >> Thanks, >> >> Alan. >> >> On 09/07/11 09:02, Alan Hourihane wrote: >>> Hi, >>> >>> I'm building subversion 1.6.1

Re: Backups of only the portion of the repository data

2011-09-27 Thread Daniel Shahaf
svndumpfilter or svnsync can do this Waseem Shahzad wrote on Tue, Sep 27, 2011 at 05:34:12 -0400: > Hi guys! > > Is it possible to take the Backups of only the > portion of the repository data. Like my svn database has four folders in > the repository. I only want to take back

Re: subversion 1.6.17 bug with linking on static library system

2011-09-27 Thread Daniel Shahaf
Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100: > Hi all, > > I didn't get any response to this, but did anything happen ? > > Thanks, > > Alan. > > On 09/07/11 09:02, Alan Hourihane wrote: > > Hi, > > > > I'm building subversion 1.6.17 on a static library only system and > > there

Re: FAQ entry needs improvement

2011-09-27 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Tue, Sep 27, 2011 at 11:57:42 +0200: > Am 26.09.2011 23:42, schrieb Ryan Schmidt: > >On Sep 26, 2011, at 05:20, Daniel Shahaf wrote: > > > >>https://svn.apache.org/repos/asf/subversion/site/publish/faq.html#undo > >> > >>It's the most frequently asked question on IRC, and I

Re: Betr.: Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Sep 27, 2011 at 11:17:43 +0200: > It won't get corrupted, because of the internal locking that Stephen > mentioned. But the second update, being blocked by the "lock" of the > first one, will error out. 'svn cleanup' will remove any locks it sees, and Badness may happ

Re: AW: Does Subversion get slower over time?

2011-09-27 Thread Cory Riddell
Markus, On 9/26/2011 1:45 AM, Markus Schaber wrote: > Just a suggestion: Set up a second repository just aside your primary > one, and put the 3rd party stuff there. You can then use svn:externals > to include the libraries in your regular project trees. Using externals seems to be the way to go.

Re: svn mkdir --> Conflict - what can cause this?

2011-09-27 Thread Mark Phippard
On Tue, Sep 27, 2011 at 10:54 AM, Jim Garrison wrote: > We have an automatic (Hudson) build that runs every night.  It starts by > making a tag directory into which it will then copy the current build root > folder.  Last night, the mkdir failed: > > svn --username [obfuscated] --password [obfus

svn mkdir --> Conflict - what can cause this?

2011-09-27 Thread Jim Garrison
We have an automatic (Hudson) build that runs every night. It starts by making a tag directory into which it will then copy the current build root folder. Last night, the mkdir failed: svn --username [obfuscated] --password [obfuscated] --no-auth-cache mkdir --parents http://svn/repos/troux/a

Re: svn undo

2011-09-27 Thread Richard Cavell
Well consider the svn cp subcommand, which does nothing more than delete/add. One day svn cp could do more than that. Likewise, svn undo could initially do nothing more than svn merge (and put a - sign in front of the revision number), but perhaps one day do more. Richard - Original Messa

svn blame: how to see reverted line?

2011-09-27 Thread Kaz Kylheku
Hi all, I'm running "svn blame" to on a file but not getting useful results in this particular instance, because I'm trying to find out when a change was reverted. I will substitute an example to simplify. Suppose I have a file which was created (revision 1) by user bob. Then at revision 50, a

Re: svn undo

2011-09-27 Thread Stefan Sperling
On Tue, Sep 27, 2011 at 03:55:54AM -0400, Richard Cavell wrote: > Hi everyone, > > Is there any chance that svn could include an undo subcommand? Instead of > compelling us to do 'reverse merges'. What would you expect this new command to do? Would it just run a reverse merge, or would it do mo

[SOLVED] Error "not under version control" when trying to reintegrate branch

2011-09-27 Thread Gurvan Le Guernic
Hi, This morning everything works fine. I assume the problem was due to the fact that I got read/write access on the root of the repository the same day I tried to reintegrate the branch and those rights were not well propagated yet. Still, the error message claiming that my branch was not und

Re: FAQ entry needs improvement

2011-09-27 Thread Ulrich Eckhardt
Am 26.09.2011 23:42, schrieb Ryan Schmidt: On Sep 26, 2011, at 05:20, Daniel Shahaf wrote: https://svn.apache.org/repos/asf/subversion/site/publish/faq.html#undo It's the most frequently asked question on IRC, and I'm tried of invoking the 'undo' factoid, perhaps people can help patch that ent

Re: subversion 1.6.17 bug with linking on static library system

2011-09-27 Thread Alan Hourihane
Hi all, I didn't get any response to this, but did anything happen ? Thanks, Alan. On 09/07/11 09:02, Alan Hourihane wrote: > Hi, > > I'm building subversion 1.6.17 on a static library only system and > there's some link problems. > > First is neon, it's link order is this > > -lz -lssl -lc

Backups of only the portion of the repository data

2011-09-27 Thread Waseem Shahzad
Hi guys! Is it possible to take the Backups of only the portion of the repository data. Like my svn database has four folders in the repository. I only want to take backup of third folder. Possible? Thanks

Re: Betr.: Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Johan Corveleyn
On Tue, Sep 27, 2011 at 11:05 AM, Jan Keirse wrote: > Stephen Butler schreef op 27/09/2011 10:58:26: > >> >> On Sep 27, 2011, at 9:20 , Jan >>  wrote: >> >> > Hello, >> > >> > I've got 2 batch processes, one compile CHUI files and another > compiling >> > WIN32 files. They use the same working co

re: svn upgrade with dump/load

2011-09-27 Thread Stefan Fuhrmann
Stümpfig, Thomas > wrote: I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from other threads in this list, it is wise to dump and load the repository in order to bring everything to the la

svn undo

2011-09-27 Thread Richard Cavell
Hi everyone, Is there any chance that svn could include an undo subcommand? Instead of compelling us to do 'reverse merges'. Richard

Betr.: Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Jan Keirse
Stephen Butler schreef op 27/09/2011 10:58:26: > > On Sep 27, 2011, at 9:20 , Jan > wrote: > > > Hello, > > > > I've got 2 batch processes, one compile CHUI files and another compiling > > WIN32 files. They use the same working copy and update the working copy > > before starting. > > I

Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Stephen Butler
On Sep 27, 2011, at 9:20 , Jan wrote: > Hello, > > I've got 2 batch processes, one compile CHUI files and another compiling > WIN32 files. They use the same working copy and update the working copy > before starting. > I wonder if this is safe: if the 2 update commands run at the same time,

RE: svnsync fails to backup a particular revision of one repository

2011-09-27 Thread David Aldrich
Hi Daniel Thanks for your reply. We will consider that possibility. BR David > -Original Message- > From: Daniel Shahaf [mailto:danie...@elego.de] > Sent: 26 September 2011 23:51 > To: David Aldrich > Cc: users@subversion.apache.org > Subject: Re: svnsync fails to backup a particular re

Re: svn upgrade with dump/load

2011-09-27 Thread Ulrich Eckhardt
Am 27.09.2011 09:06, schrieb Stümpfig, Thomas: I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from other threads in this list, it is wise to dump and load the repository in order to bring everything to the latest features. I have to keep the revision numbers and transaction da

running 2 update commands on one working copy at the same time

2011-09-27 Thread Jan Keirse
Hello, I've got 2 batch processes, one compile CHUI files and another compiling WIN32 files. They use the same working copy and update the working copy before starting. I wonder if this is safe: if the 2 update commands run at the same time, will this cause issues? So far it appears to work ju

svn upgrade with dump/load

2011-09-27 Thread Stümpfig , Thomas
Hi all, I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from other threads in this list, it is wise to dump and load the repository in order to bring everything to the latest features. I have to keep the revision numbers and transaction dates. Now svn dump and load offer some