RE: Migration to SVN

2010-01-21 Thread Giulio Troccoli
> Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- > From: barveanike...@gmail.com [mailto:barveanike...@gmail.com] > Sent: 11 December 2009 13:20 >

svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-21 Thread Dan Poirier
We've been seeing errors like this when trying to compare a tagged tree to our trunk. I've tried to recreate with a small repository, but haven't been able to. I'd appreciate suggestions on where I should look next to figure this out. svn diff \ https://domain.example.com/dir1/PROJECT/tags/PROJ

post-commit hook stderr not marshalled back

2010-01-21 Thread Bastien Semene
Hi list, I currently can't get the stderr output of the post-commit hook script back to the client. The goal of this part of this post-commit hook script is to update a specific working copy when someone commit on a particular folder, and the commiter to verify the version of this working co

Re: post-commit hook stderr not marshalled back

2010-01-21 Thread Andy Levy
On Thu, Jan 21, 2010 at 09:06, Bastien Semene wrote: > Hi list, > > I currently can't get the stderr output of the post-commit hook script back > to the client. > > The goal of this part of this post-commit hook script is to update a > specific working copy when someone commit on a particular fold

Re: post-commit hook stderr not marshalled back

2010-01-21 Thread Bastien Semene
Yes, it should be. Actually everything works in a perfect world in my example, 99.9% of the time the commiter should see the same number. But if something goes wrong during the update the commiter should be aware of it asap. I can handle more problems later in the script (or in another script as

RE: post-commit hook stderr not marshalled back

2010-01-21 Thread Giulio Troccoli
> Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- > From: Bastien Semene [mailto:bsem...@cyanide-studio.com] > Sent: 21 January 2010 14:07 > To: us

Re: post-commit hook stderr not marshalled back

2010-01-21 Thread Bastien Semene
Giulio Troccoli a écrit : Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- From: Bastien Semene [mailto:bsem...@cyanide-studio.com] Sent: 21 J

catch svn error code in windows bat script file

2010-01-21 Thread fabrice91
Hi, I'm using svn for Windows XP and I run the "svn.exe update" command through a bat script. But I dont find how to catch an error if the svn server is down or if there is a conflict problem in order to report this error to an admninistrator. Thanks

Where are the plaintext passwords stored

2010-01-21 Thread Giulio Troccoli
I always thought the passwords were stored in the .subversion/auth folder (I'm using Linux). And for plaintext passwords I expected to actually see it there, is some files, in, well, plain text. But I don't. So, just out of curiosity (I don't store passwords anyway), where are they? Giulio Li

Re: catch svn error code in windows bat script file

2010-01-21 Thread Andy Levy
On Thu, Jan 21, 2010 at 10:38, fabrice91 wrote: > Hi, > I'm using svn for Windows XP and I run the "svn.exe update" command through > a bat script. > But I dont find how to catch an error if the svn server is down or if there > is a conflict problem in order to report this error to an admninistrat

Svn 1.6 help

2010-01-21 Thread Working, Bruce
We are currently in the process of converting from PVCS to subversion using the Polarion PVCS to Subversion conversion tool. The actual conversion appears to have worked correctly and brought everything over from our PVCS Repo to the Subversion Repo. But when in subversion we are having several i

RE: Svn 1.6 help

2010-01-21 Thread Bob Archer
> We are currently in the process of converting from PVCS to subversion > using the Polarion PVCS to Subversion conversion tool.  The actual > conversion appears to have worked correctly and brought everything over > from our PVCS Repo to the Subversion Repo.  But when in subversion we are > having

Migrating from BitKeeper

2010-01-21 Thread Robert Graham
Hello, I work at a research lab that still uses BitKeeper for a significant chunk of our SCM needs. We are currently looking into alternatives and seeking out tools to aid the transition. We were hoping that someone might be able to help with some advice or in unanticipated useful ways fr

Re: Migrating from BitKeeper

2010-01-21 Thread Stefan Sperling
On Thu, Jan 21, 2010 at 01:19:19PM -0600, Robert Graham wrote: > Hello, > > I work at a research lab that still uses BitKeeper for a significant > chunk of our SCM needs. We are currently looking into alternatives > and seeking out tools to aid the transition. We were hoping that > someone might b

Re: Where are the plaintext passwords stored

2010-01-21 Thread Ryan Schmidt
On Jan 21, 2010, at 09:41, Giulio Troccoli wrote: > I always thought the passwords were stored in the .subversion/auth folder > (I'm using Linux). And for plaintext passwords I expected to actually see it > there, is some files, in, well, plain text. But I don't. So, just out of > curiosity (I

svn on mainframe

2010-01-21 Thread Shrinivasan T
Hi, I need your help on getting information about svn binaries for mainframe. Are the binaries available for mainframe? else, will the source compilation work well? We have few Unix services available in Zos IBM mainframe operating system. I assume it is similar to "Unix services on windows" w

Re: svn on mainframe

2010-01-21 Thread Ryan Schmidt
On Jan 21, 2010, at 15:28, Shrinivasan T wrote: > So, is it possible to compile svn from source with unix services in > mainframe? You should probably try it out and let us know if you encounter any errors.

Re: svn on mainframe

2010-01-21 Thread Mark Phippard
On Thu, Jan 21, 2010 at 4:28 PM, Shrinivasan T wrote: > I need your help on getting information about svn binaries for mainframe. > > Are the binaries available for mainframe? > else, will the source compilation work well? I doubt it will work. z/OS is EBCDIC. There was an OS/400 port for a whi

Re: svn on mainframe

2010-01-21 Thread Dan Poirier
> "Ryan" == Ryan Schmidt writes: Ryan> On Jan 21, 2010, at 15:28, Shrinivasan T wrote: > So, is it possible to compile svn from source with unix services in >> mainframe? Ryan> You should probably try it out and let us know if you Ryan> encounter any errors. I've spent some

Re: svn on mainframe

2010-01-21 Thread Dan Poirier
> "Mark" == Mark Phippard writes: Mark> I'd start by seeing if you can get Apache 2.x for z/OS. Mark> Subversion must have the Apache Portable Runtime libraries to Mark> work. So the first effort of porting Subversion to any OS, is Mark> to get APR working. If someone has al

Subversion 1.6.9 Released

2010-01-21 Thread Hyrum K. Wright
I'm happy to announce Subversion 1.6.9, available from: http://subversion.tigris.org/downloads/subversion-1.6.9.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.9.tar.gz http://subversion.tigris.org/downloads/subversion-1.6.9.zip http://subversion.tigris.org/downloads/

Re: Subversion 1.6.9 Released

2010-01-21 Thread Daniel Becroft
On Fri, Jan 22, 2010 at 8:56 AM, Hyrum K. Wright < hyrum_wri...@mail.utexas.edu> wrote: > I'm happy to announce Subversion 1.6.9, available from: > >http://subversion.tigris.org/downloads/subversion-1.6.9.tar.bz2 >http://subversion.tigris.org/downloads/subversion-1.6.9.tar.gz >http://

Re: Subversion 1.6.9 Released

2010-01-21 Thread Eric Lee
Hi, congrats it finally released. As subversion now moved to apache. I'am confused that is the downloading of subversion still hold on the s.t.o ? After the main site on the apache have been finished. Will the download location moved again ? Thanks, Eric, Regards, On 1/22/10, Daniel Becroft

Re: Subversion 1.6.9 Released

2010-01-21 Thread C. Michael Pilato
Eric Lee wrote: > Hi, congrats it finally released. > > As subversion now moved to apache. > I'am confused that is the downloading of subversion still hold on the > s.t.o ? > After the main site on the apache have been finished. > Will the download location moved again ? It's legal junk that's d

HELP regading subversion

2010-01-21 Thread Hiroshi Miyazaki
Hello, I have to develope the toll using the Subversion. Then, I'm in the trouble. Could I ask some one? According to the Subversion Wiki, it seem to be possible to use the API on the Subversion. When we register certain files into Subversion repository (through command line), is it possible to

File management

2010-01-21 Thread Naz
I would like to use Subversion as a document management repository. I.e., instead of keeping source code in the repo, I'll keep Word docs, Excel sheets etc. I do understand that I lose diffing and all text file handling functionality, but that's fine, all I need is an easy solution to versionin

Re: File management

2010-01-21 Thread Ryan Schmidt
On Jan 22, 2010, at 01:00, Naz wrote: > I would like to use Subversion as a document management repository. I.e., > instead of keeping source code in the repo, I'll keep Word docs, Excel sheets > etc. I do understand that I lose diffing and all text file handling > functionality, but that's fi

Building SVN 1.6.5

2010-01-21 Thread Swarup Anand
I am facing the following errors when building the SVN project. I was building SVN 1.6.5 + echo '*** Finished regression tests on RA_SVN (SVN method) layer ***' + echo '*** Running regression tests on RA_DAV (HTTP method) layer ***' + make davautocheck CLEANUP=true FS_TYPE=bdb Adding password for

Re: Building SVN 1.6.5

2010-01-21 Thread Jeremy Whitlock
> + echo '*** Finished regression tests on RA_SVN (SVN method) layer ***' > + echo '*** Running regression tests on RA_DAV (HTTP method) layer ***' > + make davautocheck CLEANUP=true FS_TYPE=bdb > Adding password for user jrandom > Adding password for user jconstant > Syntax error on line 14 of /ro