Re: Subversion repository file portability

2010-06-01 Thread Ryan Schmidt
On Jun 1, 2010, at 17:10, Arindam RayMukherjee wrote: > I have a personal work environment that involves a windows system and a linux > system at two different geographical locations. > I was thinking of syncing the code bases at these two places by having the > svn repository files stored in C

[ANNOUNCE] svnX v1.2 - Free Subversion GUI client for Mac OS X

2010-06-01 Thread chris0
I am pleased to announce the release of svnX v1.2. See the list of new features & changes, screen shots and download links here: SvnX v1.2 supports Mac OS X 10.4.11 through 10.6.x (PPC & I86) and Subversion 1.4.6 through 1.6.11. Top new

Subversion repository file portability

2010-06-01 Thread Arindam RayMukherjee
Hi, I have a personal work environment that involves a windows system and a linux system at two different geographical locations. I was thinking of syncing the code bases at these two places by having the svn repository files stored in Cloud storage(dropbox for example). This would also act as a f

Re: Tagging multiple projects within one revision using svn:externals possible bug

2010-06-01 Thread Ryan Schmidt
On May 28, 2010, at 10:18, Sergii Ostroverkhov wrote: > CMD script for init test repository: > svnadmin create BigProject > > echo [general] > BigProject\conf\svnserve.conf > echo anon-access = write >> BigProject\conf\svnserve.conf > > svn mkdir -m Project1 svn://localhost/BigProject/Project1 >

Re: post-commit script sends a void message

2010-06-01 Thread Ryan Schmidt
On Jun 1, 2010, at 06:52, Mauro Gatti wrote: > Ryan Schmidt wrote on Tue, June 1, 2010 at 12:40: > >> On Jun 1, 2010, at 05:31, Mauro Gatti wrote: >> >> > #!/bin/sh >> > MAIL_LIST="/opt/data/svn_repositories/email.list" >> > PATH_TO_REPOS="/opt/data/svn_repositories/" >> > REPOS="$1" >> > REV="

RE: Merging branch back to trunk omits dirs and files that were added in the branch

2010-06-01 Thread Jeremy Mordkoff
Sounds like the target directories already existed in trunk. How did they get created? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com

Merging branch back to trunk omits dirs and files that were added in the branch

2010-06-01 Thread Dean Schulze
I've tried this with both TortoiseSVN and the merge tool that comes with Subclipse.   I've added subdirectories with files under several directories on the branch (along with many other changes).  When I merge back to the trunk the top level directories under which I added the subdirectories and

Re: Bogus Server

2010-06-01 Thread Les Mikesell
On 6/1/2010 12:34 PM, Kevin Grover wrote: my server crashed and i had to restore a backup. We had a huge svn on the server and a lot of users used it, Not the working copy is out of synch with the svn server, and i dont know how to fix it. Please help Regards Abius

Re: How to build with http/https: access via serf, and not neon?

2010-06-01 Thread yary
Neon is required? The INSTALL that comes with 1.6.11 says that either neon or serf will give http access: * libneon or libserf (OPTIONAL for client) The Neon and Serf libraries both allow the Subversion client to send HTTP requests. ... Your client can be compiled against

Re: Bogus Server

2010-06-01 Thread Kevin Grover
On Tue, Jun 1, 2010 at 4:31 AM, Etebaran IT wrote: > Hi > my server crashed and i had to restore a backup. > We had a huge svn on the server and a lot of users used it, > > Not the working copy is out of synch with the svn server, and i dont know > how to fix it. > > Please help > > Regards > Abi

Re: svnadmin load to fsfs 9 times faster than bdb!?

2010-06-01 Thread Blair Zajac
On 05/31/2010 11:06 AM, B Smith-Mannschott wrote: On Mon, May 31, 2010 at 02:52, Mark Phippard wrote: You just need to specify --bdb-txn-nosync when running svnadmin create. although it is possible that svnadmin load also accepts this option. This should make the load times about the same. Th

Tagging multiple projects within one revision using svn:externals possible bug

2010-06-01 Thread Sergii Ostroverkhov
Hello, CMD script for init test repository: svnadmin create BigProject echo [general] > BigProject\conf\svnserve.conf echo anon-access = write >> BigProject\conf\svnserve.conf svn mkdir -m Project1 svn://localhost/BigProject/Project1 svn mkdir -m Project1 svn://localhost/BigProject/Project1/tag

Re: How to build with http/https: access via serf, and not neon?

2010-06-01 Thread Campbell Allan
On Tuesday 01 Jun 2010, yary wrote: > Hello, > > I've retrieved the /subversion-1.6.11 tarball from > http://subversion.tigris.org/downloads/subversion-1.6.11.tar.bz2 . > > I can configure and build it with serf- eg > > configure: serf library configuration > checking serf.h usability... yes > che

Bogus Server

2010-06-01 Thread Etebaran IT
Hi my server crashed and i had to restore a backup. We had a huge svn on the server and a lot of users used it, Not the working copy is out of synch with the svn server, and i dont know how to fix it. Please help Regards AbiusX

Re: post-commit script sends a void message

2010-06-01 Thread Mauro Gatti
Actually I added at the bottom of the script: echo "Repos= $REPOS" >> /tmp/post-commit.log echo "Rev= $REV" >> /tmp/post-commit.log and I checket the file so created. Both $REPOS and $REV seem well valorized. In particular $REPOS created as $PATH_TO_REPOS$REPOS seems well formed with a full pat

Re: post-commit script sends a void message

2010-06-01 Thread Ryan Schmidt
On Jun 1, 2010, at 05:31, Mauro Gatti wrote: > I'm trying to implement a post commit script based on svnnotify which should > send an email with some information after a commit. > Unluckily I receive a mail with a void body. > If I run this script manually the email message is ok but I got anywa

post-commit script sends a void message

2010-06-01 Thread Mauro Gatti
Hi all, I'm trying to implement a post commit script based on svnnotify which should send an email with some information after a commit. Unluckily I receive a mail with a void body. If I run this script manually the email message is ok but I got anyway this error: substr outside of string at /us

Re: keyword "Id": surprising substitution

2010-06-01 Thread Ryan Schmidt
On Jun 1, 2010, at 03:42, Schroeder, Hartmut wrote: > we got a problem with keyword substitution. > After commit the substition of 'Author', 'Rev' etc is ok, but the Time > in 'Id' is not the same as in 'Date': > > $Date: 2010-06-01 10:34:52 +0200 (Tue, 01 Jun 2010) $ (correct server > time) >

keyword "Id": surprising substitution

2010-06-01 Thread Schroeder, Hartmut
hi everybody, we got a problem with keyword substitution. After commit the substition of 'Author', 'Rev' etc is ok, but the Time in 'Id' is not the same as in 'Date': $Date: 2010-06-01 10:34:52 +0200 (Tue, 01 Jun 2010) $ (correct server time) $Id: test_it.xml 4989 2010-06-01 08:34:52Z HSchroede