Re: Permanent deleting the deleted files.

2011-01-31 Thread Ryan Schmidt
On Jan 31, 2011, at 06:45, Ulrich Eckhardt wrote: > On Monday 31 January 2011, Ryan Schmidt wrote: >> If you dump your repository, filter out part of it, then load it into a new >> repository, that new repository MUST have a new UUID, since it is not the >> same repository anymore (it's missing p

Re: Expected FS format '2'; found format '4'

2011-01-31 Thread Ryan Schmidt
On Jan 31, 2011, at 12:33, Alexander Chang wrote: > One of my machines failed this morning in the amazon cloud. Fortunately, the > disks were ebs mounts and thus I was able to recover my data. I've been > trying to setup my repository again based on the mount but get the following > error: > Expe

Re: SVN Error at revision XXXX doesn't exist

2011-01-31 Thread Ryan Schmidt
On Jan 31, 2011, at 13:39, Jean-François Davignon wrote: > I have a script that creates the folder structure for a new project, imports, > checks-out in place, sets and commits externals, then finally updates the > whole project to fetch the external code. > > Note that the externals are not p

Re: One-way client

2011-01-31 Thread Daniel Shahaf
rsync --exclude=.svn Iliyan Osenski wrote on Mon, Jan 31, 2011 at 11:34:24 +0200: > > Hello, > Try "svn export" on regular basis. This may help. > > -- > Iliyan. > > На 31.01.2011 09:35, Ryan Schmidt написа: >> On Jan 31, 2011, at 01:30, Robert Bielik wrote: >> >>> New to the list! I wonder if it

SVN Error at revision XXXX doesn't exist

2011-01-31 Thread Jean-François Davignon
I have a script that creates the folder structure for a new project, imports, checks-out in place, sets and commits externals, then finally updates the whole project to fetch the external code. Note that the externals are not pinned to a revision. My problem is that in the final update I have two

Expected FS format '2'; found format '4'

2011-01-31 Thread Alexander Chang
One of my machines failed this morning in the amazon cloud. Fortunately, the disks were ebs mounts and thus I was able to recover my data. I've been trying to setup my repository again based on the mount but get the following error: Expected FS format '2'; found format '4' The current version of s

Directory pointing to wrong repository location

2011-01-31 Thread Jeremy McJunkin
I'm using svn+ssh with my repository. I have it checked out in 2 locations. After some amount of time, the location becomes corrupted. But the both don't become corrupted at the same time, so I believe this is a client issue. If I run: svn status -u from the root checked-out dir I get: svn: No r

Problem with double escaped URLs during deletion

2011-01-31 Thread Stefan Landström
Hi, I am having trouble with paths containing whitespace when deleting more than one URL. It seems like the whitespace character in the path gets escaped twice. Have I misunderstood anything in the syntax? Or is this possibly a bug? If so, can anyone think of a workaround, with the requir

Re: Permanent deleting the deleted files.

2011-01-31 Thread Ulrich Eckhardt
On Monday 31 January 2011, Ryan Schmidt wrote: > If you dump your repository, filter out part of it, then load it into a new > repository, that new repository MUST have a new UUID, since it is not the > same repository anymore (it's missing parts). Therefore, you CANNOT "svn > switch --relocate"; i

Re: Post-Commit Hook for Windows

2011-01-31 Thread Ulrich Eckhardt
On Monday 31 January 2011, Waseem Bokhari wrote: > Will you guys please share example script for Email Generation on Each > Commit in SVN Windows Environment. You were given plenty already, please don't start a new thread asking the same question over again. If there is a specific problem or some

RE: Permanent deleting the deleted files.

2011-01-31 Thread Echlin, Jamie
> Where "thread" is a link to > http://svn.haxx.se/dev/archive-2010-08/0456.shtml Thanks Stefan. I had actually read all that ;-) I just thought because the talk was listed as it was perhaps Wandisco had managed to get this feature in. It's not even a feature that I am that desparate for, in compa

Re: Permanent deleting the deleted files.

2011-01-31 Thread Stefan Sperling
On Mon, Jan 31, 2011 at 10:17:08AM -, Echlin, Jamie wrote: > > It is listed as "unscheduled", meaning it is not slated to > > appear in any particular version of Subversion at this time. > > 1.7 is already full of WC-NG so I would expect the devs to > > want to move any other major changes t

RE: Permanent deleting the deleted files.

2011-01-31 Thread Echlin, Jamie
> It is listed as "unscheduled", meaning it is not slated to > appear in any particular version of Subversion at this time. > 1.7 is already full of WC-NG so I would expect the devs to > want to move any other major changes to the next version. Indeed, hence my question to the list. And yes, th

Re: Permanent deleting the deleted files.

2011-01-31 Thread Ryan Schmidt
On Jan 31, 2011, at 03:33, Echlin, Jamie wrote: >> What you're looking for is an "obliterate" function. That's >> been discussed a number of times in the past, and never been >> successfully pursuied. > > The last update I've seen about the obliterate feature imply that it's > been abandoned

RE: Python 2.6 bindings

2011-01-31 Thread Cooke, Mark
Hello, Note: I have rearranged into chronologoical top-to-bottom order for ease of reading, see below... > > -Original Message- > > From: Alina Frey [mailto:af...@modusoperandi.com] > > Sent: 27 January 2011 20:14 > > To: users@subversion.apache.org > > Subject: Python 2.6 bindings > >

Re: One-way client

2011-01-31 Thread Iliyan Osenski
Hello, Try "svn export" on regular basis. This may help. -- Iliyan. На 31.01.2011 09:35, Ryan Schmidt написа: On Jan 31, 2011, at 01:30, Robert Bielik wrote: New to the list! I wonder if it would be possible to create a svn client to only update a working copy, without the overhead of .svn

RE: Permanent deleting the deleted files.

2011-01-31 Thread Echlin, Jamie
> What you're looking for is an "obliterate" function. That's > been discussed a number of times in the past, and never been > successfully pursuied. The last update I've seen about the obliterate feature imply that it's been abandoned for the medium-term: http://svn.haxx.se/dev/archive-2010-0

Post-Commit Hook for Windows

2011-01-31 Thread Waseem Bokhari
Will you guys please share example script for Email Generation on Each Commit in SVN Windows Environment. Cheers! cid:image001.jpg@01CA74D6.C3770120 Waseem Bokhari I Configurations and Release Management NetSol Technologies (NasdaqCM: NTWK) Tel: +92 42 111448800 Ext: 346 Mob: +92 321 4294

Re: Merging in Subversion

2011-01-31 Thread Ulrich Eckhardt
On Monday 31 January 2011, Waseem Bokhari wrote: > After a long struggle; Finally I have transferred all my 100 + VSS Projects > to Subversion in Windows environment. Congrats! We did the same a few years ago and we never looked back. > I have strong Branching and Merging requirements for these.