Re: Is there a way to dump the checksums from a svn repo?

2012-11-28 Thread Thorsten Schöning
Guten Tag olli hauer, am Mittwoch, 28. November 2012 um 22:45 schrieben Sie: > Someone hacks one of the additional mirrors, modifies a revision and adjust > the > checksum (as described on many places how-to fix a corrupt repo) so it looks > OK > even with svnadmin verify. Sounds interesting, b

Re: crash report and minidump

2012-11-28 Thread Thorsten Schöning
Guten Tag Karla Sylvester, am Mittwoch, 28. November 2012 um 22:17 schrieben Sie: > This seem happened after I upgraded Slik-Subversion to 1.7.7 (from > 1.7.5, I believe). The same thing is happening on two different > machines, both Windows. When I do a checkout from a Linux machine, I > hav

Re: Purging old Revisions

2012-11-28 Thread Matthew Bluhm
There were some binary files that were included as part of the projects that weren't necessary, so its tons of seemingly small mistakes. The repository was started 5 1/2 years ago. Revision #6,000 was about 2 years ago. I have never used any history older than 24 months. Even though 10 GB doesn

Re: Is there a way to dump the checksums from a svn repo?

2012-11-28 Thread olli hauer
On 2012-11-25 21:49, Thorsten Schöning wrote: > Guten Tag olli hauer, > am Sonntag, 25. November 2012 um 20:18 schrieben Sie: > >> Thanks for every answer and code snippet ... > > I'm interested in which problem you try to solve with your approach? > What's the reason behind it? Maybe there are o

Re: Purging old Revisions

2012-11-28 Thread Les Mikesell
On Wed, Nov 28, 2012 at 3:18 PM, Thorsten Schöning wrote: >> >> Does the answer change based on this? > > One can maybe make more clear why removing versions may have not the > desired effect at all and is therefore just a waste of time. Your > accidently committed and never changed images are one

Re: Purging old Revisions

2012-11-28 Thread Andy Levy
On Wed, Nov 28, 2012 at 4:18 PM, Matthew Bluhm wrote: > My repository is now over 10GB and it is rather cumbersome to take care of. > > There has been many mistakes such as committing extra files. > > The older revisions provide no value and only cause headaches. > > I initially thought that I cou

crash report and minidump

2012-11-28 Thread Karla Sylvester
This seem happened after I upgraded Slik-Subversion to 1.7.7 (from 1.7.5, I believe). The same thing is happening on two different machines, both Windows. When I do a checkout from a Linux machine, I have no problem. Thanks for the help, -- Karla Sylvester Senior Software Engineer Wegmann U

Re: Purging old Revisions

2012-11-28 Thread Matthew Bluhm
My repository is now over 10GB and it is rather cumbersome to take care of. There has been many mistakes such as committing extra files. The older revisions provide no value and only cause headaches. I initially thought that I could export out the repository at revision 6,000 then just apply a d

Re: Purging old Revisions

2012-11-28 Thread Thorsten Schöning
Guten Tag Les Mikesell, am Mittwoch, 28. November 2012 um 22:00 schrieben Sie: > Does the answer change based on this? One can maybe make more clear why removing versions may have not the desired effect at all and is therefore just a waste of time. Your accidently committed and never changed imag

Re: Purging old Revisions

2012-11-28 Thread Andy Levy
On Wed, Nov 28, 2012 at 3:42 PM, Les Mikesell wrote: > On Wed, Nov 28, 2012 at 2:36 PM, Andy Levy wrote: > > > >> Is there an easy way to purge out the earliest 6,000 Revisions of the > >> 9,600 that are in my repository? > >> > >> In a perfect world I would keep my revision numbers and timestam

Re: svn:executable is ignored on checkout form Windows to Samba share

2012-11-28 Thread Thorsten Schöning
Guten Tag Daniel Shahaf, am Mittwoch, 28. November 2012 um 21:36 schrieben Sie: > And that's one of the reasons behind the standard recommendation not to > access a single working copy from multiple systems, especally windows > and non-windows. Thanks, looks like I would really be better off chan

Re: Purging old Revisions

2012-11-28 Thread Les Mikesell
On Wed, Nov 28, 2012 at 2:50 PM, Thorsten Schöning wrote: > Guten Tag Les Mikesell, > am Mittwoch, 28. November 2012 um 21:42 schrieben Sie: > >> It's pretty much just a matter of time until someone does something >> that shouldn't have been done in any repository. Even if the answer >> is always

Re: Purging old Revisions

2012-11-28 Thread Thorsten Schöning
Guten Tag Les Mikesell, am Mittwoch, 28. November 2012 um 21:42 schrieben Sie: > It's pretty much just a matter of time until someone does something > that shouldn't have been done in any repository. Even if the answer > is always going to be 'it can't be done', why question the motives of > some

Re: Purging old Revisions

2012-11-28 Thread Les Mikesell
On Wed, Nov 28, 2012 at 2:36 PM, Andy Levy wrote: > >> Is there an easy way to purge out the earliest 6,000 Revisions of the >> 9,600 that are in my repository? >> >> In a perfect world I would keep my revision numbers and timestamps, but >> that isn't 100% required. >> > > Short answer: No. > > L

Re: Purging old Revisions

2012-11-28 Thread Andy Levy
On Wed, Nov 28, 2012 at 3:10 PM, Matthew Bluhm wrote: > > Is there an easy way to purge out the earliest 6,000 Revisions of the > 9,600 that are in my repository? > > In a perfect world I would keep my revision numbers and timestamps, but > that isn't 100% required. > > Short answer: No. Longer a

Re: svn:executable is ignored on checkout form Windows to Samba share

2012-11-28 Thread Daniel Shahaf
Thorsten Schöning wrote on Wed, Nov 28, 2012 at 18:13:44 +0100: > Hello, > > I have some working copies on Samba shares, Ubuntu 12.04 LTS with all > updates installed, which are accessed using TortoiseSVN 1.7.10 which > uses Subversion 1.7.7. Some of those working copies contain executable > Perl

Purging old Revisions

2012-11-28 Thread Matthew Bluhm
Is there an easy way to purge out the earliest 6,000 Revisions of the 9,600 that are in my repository? In a perfect world I would keep my revision numbers and timestamps, but that isn't 100% required.

RE: File status control

2012-11-28 Thread Ignacio González T .
Hello, Armando. Here we also do IEC / ISO workflows. We use the same svn repository for all kind of artifacts (source code, specs, reports, schematics...). We use tags for everything. For instance, we tag the documents alongside the reports that 'prove' that have been reviewed by who and when. T

svn:executable is ignored on checkout form Windows to Samba share

2012-11-28 Thread Thorsten Schöning
Hello, I have some working copies on Samba shares, Ubuntu 12.04 LTS with all updates installed, which are accessed using TortoiseSVN 1.7.10 which uses Subversion 1.7.7. Some of those working copies contain executable Perl scripts with proper svn:executable defined as *, but depending on my Samba c

RE: Pre-commit fails when executing 'svn ls'

2012-11-28 Thread armando.perico.n...@usi.ch
Yes, it was the SELinux messing with my life again, it works now! (it actually saved my afternoon, I was debugging it for a loog time already) Since this is a test//prototype environment, I've turned the SELinux it off completely (is ok for me). However, it would be nice to know how to properly

Re: Pre-commit fails when executing 'svn ls'

2012-11-28 Thread Thorsten Schöning
Guten Tag armando.perico.n...@usi.ch, am Mittwoch, 28. November 2012 um 16:43 schrieben Sie: > svn: OPTIONS of 'http://localhost/svn/repo/test.txt": could not > connect to server (http://localhost) SELInux or AppArmor may prevent communication as both work on binaries I think, not on users, there

Pre-commit fails when executing 'svn ls'

2012-11-28 Thread armando.perico.n...@usi.ch
Hi, I want to write a pre-commit hook which make some checks on the repository using "svn" commands. i.e.: svn ls... however, svn ls is failing to connect to localhost. on my pre-commit file I have: --- # I don't need the $REPOS value since this is ju

Re: Restoring an archive from backup, and then?

2012-11-28 Thread Thorsten Schöning
Guten Tag Niemann, Hartmut, am Mittwoch, 28. November 2012 um 12:42 schrieben Sie: > But how should one recover in such a situation? > Is a fresh checkout and a manual merge necessary? Yes, the missing versions between you backup and the current working copy are lost and your working copies can

Re: Restoring an archive from backup, and then?

2012-11-28 Thread Andy Levy
Wed, Nov 28, 2012 at 6:42 AM, Niemann, Hartmut wrote: > ** > Hello! > Our SVN server had a disk failure and some projects had to be restored > from the nightly backup. > > What happens in such a case, if my working copy is on revision 120 and the > latest revision in the restored archive is 110?

Re: Restoring an archive from backup, and then?

2012-11-28 Thread Daniel Shahaf
Niemann, Hartmut wrote on Wed, Nov 28, 2012 at 12:42:44 +0100: > So at least it looks like a newer working copy can not be overwritten > incidentially by the restored (older) HEAD revision. It's not that simple --- once you commit 11 revisions to the restored repository, you'll get some... intere

Restoring an archive from backup, and then?

2012-11-28 Thread Niemann, Hartmut
Hello! Our SVN server had a disk failure and some projects had to be restored from the nightly backup. What happens in such a case, if my working copy is on revision 120 and the latest revision in the restored archive is 110? I did some tests and it looks like subversion detects that (I used To