Re: Blocking root from SVN repository

2014-08-27 Thread Andy Levy
On Wed, Aug 27, 2014 at 11:15 AM, Andreas Krey wrote: > On Wed, 27 Aug 2014 16:08:14 +, Zé wrote: > ... >> >> I don't see your point. There's also a likelihood that those accidents >> can happen on a remote server. > > The difference being that anybody can accidentally do a rm -rf on the > pa

Re: Need Help regarding the Memory leak, while server restart

2014-08-22 Thread Andy Levy
On Fri, Aug 22, 2014 at 7:22 AM, Amar Kumar Banda wrote: > Hi Apache team, > > We need help regarding on issue for one of our application. > > We are upgrading our application to tomcat 8V from tomcat 6v. > > When the Tomcat server is restarted, we are getting the Warning message > about the memor

Re: bug about svn diff --summarize

2014-08-22 Thread Andy Levy
On Thu, Aug 21, 2014 at 10:05 PM, 李猛超 wrote: > Hello: > > If I have a file at version 1. then I modefy and commit it, get version > 2, Now I make the file be same as version 1 and commit, get version 3. > Running "svn diff -r 1", I will get no changes, but "svn diff -r 1 > --summarize" wil

Re: Looking to dump/load with minimal repository downtime

2014-08-18 Thread Andy Levy
Why risk the race condition at all? Use svnsync to populate a new 1.8-format repository, install the requisite hook scripts to replay the transactions coming into the old repository into the new one, then switch your server's configuration to point at the new copy when you're ready to cut over. ht

Re: Could you help us confirm the price of Source code management (SVN)?

2014-07-08 Thread Andy Levy
On Tue, Jul 8, 2014 at 5:59 AM, winne.s...@xlsoft.com.cn wrote: > Hello, > This is Winne from XLsoft China. One of our clients has a request on Source > code management (SVN). Is it delivered to user via email? Could you help us > confirm the price and offer us some discounts? And what's the price

Re: Extend E155021 message to include supported format version

2014-07-07 Thread Andy Levy
On Mon, Jul 7, 2014 at 9:40 AM, Notes Jonny wrote: > On Fri, Jul 4, 2014 at 4:51 PM, Andy Levy wrote: >> On Fri, Jul 4, 2014 at 11:16 AM, Notes Jonny wrote: >>> Hi Mark >>> >>> You are right that I did have 1.8.x installed. Which I downgraded to >>

Re: Extend E155021 message to include supported format version

2014-07-04 Thread Andy Levy
On Fri, Jul 4, 2014 at 11:16 AM, Notes Jonny wrote: > Hi Mark > > You are right that I did have 1.8.x installed. Which I downgraded to > this version: > > TortoiseSVN 1.7.7, Build 22907 - 32 Bit , 2012/05/15 12:16:05 > Subversion 1.7.5, > apr 1.4.6 > apr-utils 1.3.12 > neon 0.29.6 > OpenSSL 1.0.1c

Re: Moving a repository with svn:externals using absolute paths (URLs)

2014-06-18 Thread Andy Levy
On Wed, Jun 18, 2014 at 9:32 AM, Brisset, Nicolas < nicolas.bris...@airbus.com> wrote: > Hi, > > > > We’ve been using svn successfully for years on a server, and now have to > migrate to a new one. We are hit by the known issue of svn:externals > containing absolute paths to the repo to be moved,

Re: svn mv and svn cp fails in 1.8.8 and 1.8.9

2014-06-13 Thread Andy Levy
On Fri, Jun 13, 2014 at 9:28 AM, Richard Jelinek wrote: > Hi, > > when I try to cp or mv a directory within a repository, I get (after > several seconds of waiting with no cpu/disk activity) the following > error. > > > > rj@sol$ svn cp .test_equ_simple/ /opt/PetaMem/PMLS/active/data/lexica/c/e/s/

Re: SVN update and conflict

2014-06-04 Thread Andy Levy
On Wed, Jun 4, 2014 at 10:25 AM, Deepthi Pentyala wrote: > Hi, > > > > In our company we get code from offshore team and we have couple of > developers working here too. Every day the code from offshore will be > replaced(copy the folders and replace them) by an onsite person first at > his local

Re: event viewer error

2014-05-19 Thread Andy Levy
You need to report that to VisualSVN's support. http://www.visualsvn.com/support/ On Mon, May 19, 2014 at 2:01 PM, Rich Messenger wrote: > From window event viewer at startup > > > > *-* > > *System* > > > > *-* > > *Provider* > > > > [ *Name*] > > VisualSVN > > > > *-* > > *EventID* > > 1000 >

Re: AW: subversion-users mailing list archives MAil

2014-04-25 Thread Andy Levy
e chances of someone finding it. > > Von: Andy Levy [mailto:andy.l...@gmail.com] > Gesendet: Freitag, 25. April 2014 12:28 > An: Schwitter, Selina (Oerlikon BZ) > Cc: users@subversion.apache.org > Betreff: Re: subversion-users mailing list archives MAil > > > &g

Re: subversion-users mailing list archives MAil

2014-04-25 Thread Andy Levy
On Apr 25, 2014 5:37 AM, "Schwitter, Selina (Oerlikon BZ)" < selina.schwit...@oerlikon.com> wrote: > > Hi at all, > Can you please delete my e-mail entrie from the 22. Oct 2013? > > http://mail-archives.apache.org/mod_mbox/subversion-users/201310.mbox/%3c4b7139bd06fd7745b50fe35be30a192fbf356...@ad0

Re: Subversion crash

2014-03-20 Thread Andy Levy
This is the 3rd report today from your company. Please see http://svn.haxx.se/users/archive-2014-03/0146.shtml On Thu, Mar 20, 2014 at 6:16 AM, Andrew Shchelkunov wrote: > > >

Re: Path-based authentication with 1.8.8

2014-03-10 Thread Andy Levy
On Mon, Mar 10, 2014 at 3:21 PM, Steve Boone wrote: > Sorry, I edited my file before I posted to remove company sensitive info. > The actual file is ... > > [groups] > users = User1, User2, User3 I've had spaces after the comma cause problems with groups in older versions; try removing them here

Re: .svn directory - safe to add files in ".svn" or ".svn/tmp"?

2014-03-06 Thread Andy Levy
On Thu, Mar 6, 2014 at 5:44 PM, jrm wrote: > Working on some tools for a development environment that will make use of > SVN. There are circumstances where I want to create temporary information > of my own, related to checked out versions. Rather than cluttering up the > working directory with

Re: Best Practices for Parallel Development

2013-11-20 Thread Andy Levy
On Wed, Nov 20, 2013 at 12:59 PM, youareno6 wrote: > I would imagine this is a common problem, but my google searching has not > yielding a solution for what I am attempting to do. If you have links to > documentation, or any suggestions that you have used I would appreciate it. > > Current Workfl

Re: Branch changes

2013-10-08 Thread Andy Levy
On Tue, Oct 8, 2013 at 8:26 AM, John Maher wrote: > Is there a way to find out all the files that changed since a branch was > created? svn diff --summarize URL_TO_BRANCH -r BRANCHCREATED:HEAD Where BRANCHCREATED is the revision where you created the branch.

Re: File size different downloaded compared to uploaded

2013-10-06 Thread Andy Levy
Please be sure to Reply To All so that responses go back to the list. On Sun, Oct 6, 2013 at 2:02 PM, Helge Rossvoll wrote: > SVN repo is used for android ROM development. > What we see now is that if we checkout the entire repo, .zip it and flash on > the phone it will flash, but when trying to

Re: File size different downloaded compared to uploaded

2013-10-06 Thread Andy Levy
On Sun, Oct 6, 2013 at 1:33 PM, Helge Rossvoll wrote: > When downloading files from the SVN bash (.sh) files are always a little > bit bigger than the original committed file. > > This seem to only be relevant to bash scripts as far as I can see until > now. Ziped files are not affected it see

Re: AnkhSVN misses to detect items to commit

2013-09-27 Thread Andy Levy
On Fri, Sep 27, 2013 at 5:11 PM, Edoardo Pinci wrote: > Hi there! > > > > I was running on VS2012.3 with AnkhSvn-Daily-2.5.12151.413 and everything > was fine. > > > > I upgraded to AnkhSvn-Daily-2.5.12171.416. > > Right clicking on the solution item and then selecting “Commit Solution > Changes”

Re: the question of create a version of the library that contains chinese

2013-09-16 Thread Andy Levy
On Mon, Sep 16, 2013 at 9:38 AM, lsl6631 wrote: > Hi,I want to know if SVN (be installed on Redhat linux 5.3) support to > create a version of the library that contains chinese ? > > > > I have installed ths svn via the order below, > > yum install httpd httpd-devel subversion mod_dav_svn. > > >

Re: commit all files except a selected few?

2013-09-15 Thread Andy Levy
On Sun, Sep 15, 2013 at 6:10 AM, Zé wrote: > Does subversion support any command line wizardry that offers the user a way > to commit the changes made to all files under version control except those > made to a selected few? If you organize your files into changelists[1], you can commit a specif

Re: File URLs truncated on Windows with mapped and SUBST drives

2013-08-28 Thread Andy Levy
On Wed, Aug 28, 2013 at 9:04 AM, Bert Huijben wrote: > > >> -Original Message----- >> From: Andy Levy [mailto:andy.l...@gmail.com] >> Sent: woensdag 28 augustus 2013 14:56 >> To: Bert Huijben >> Cc: Branko Čibej; users@subversion.apache.org >> Subjec

Re: File URLs truncated on Windows with mapped and SUBST drives

2013-08-28 Thread Andy Levy
On Wed, Aug 28, 2013 at 8:49 AM, Bert Huijben wrote: > > >> -Original Message----- >> From: Andy Levy [mailto:andy.l...@gmail.com] >> Sent: woensdag 28 augustus 2013 14:38 >> To: Branko Čibej >> Cc: users@subversion.apache.org >> Subject: Re: File

Re: File URLs truncated on Windows with mapped and SUBST drives

2013-08-28 Thread Andy Levy
On Wed, Aug 28, 2013 at 5:18 AM, Branko Čibej wrote: > On 28.08.2013 02:43, Andy Levy wrote: >> This was originally reported on the TSVN Users list but I've >> reproduced it with the command line client. Original thread: >> http://svn.haxx.se/tsvnusers/archive-2013

File URLs truncated on Windows with mapped and SUBST drives

2013-08-27 Thread Andy Levy
This was originally reported on the TSVN Users list but I've reproduced it with the command line client. Original thread: http://svn.haxx.se/tsvnusers/archive-2013-08/0227.shtml Jason Dunaway is using a mapped network drive for his repository, but I reproduced the behavior with a drive letter crea

Re: Commit from eclipse failed

2013-08-16 Thread Andy Levy
On Fri, Aug 16, 2013 at 2:32 PM, Harry van Rijn wrote: > I have installed subclipes on eclipse (kepler). > Subclipse is installed. > > I can connect to a repository on a remote server via http(s). > Checkin out the repository is no problem. > Then I add a directory and want to commit this change.

Re: Suggestion to change the name "Subversion"

2013-08-12 Thread Andy Levy
On Mon, Aug 12, 2013 at 2:37 AM, Ryan Schmidt wrote: > Should the "GIMP" change its name because (when not referring to the > software) that can be a derogatory term? Should "git" change its name because > (when not referring to the software) that term can be used as an insult? No. > Each proj

Re: Error processing externals E205011 and W155035 with simple update

2013-08-11 Thread Andy Levy
On Sun, Aug 11, 2013 at 1:27 PM, wrote: > Johan Corveleyn wrote on 08/11/2013 03:09:55 AM: > >> From: Johan Corveleyn >> To: dlel...@rockwellcollins.com >> Cc: "users@subversion.apache.org" >> Date: 08/11/2013 03:10 AM >> Subject: Re: Error processing externals E205011 and W155035 with simple

Re: Subversion Exception!

2013-08-07 Thread Andy Levy
On Wed, Aug 7, 2013 at 1:52 PM, wrote: > --- > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailing list > with as much information as possible about what > you were

Re: TortoiseSVN 1.8.1 build 24570 - not showing log entries since updating to 1.8.1 64-bit Windows 7

2013-08-05 Thread Andy Levy
On Mon, Aug 5, 2013 at 5:57 AM, Alison Sissins wrote: > I notice that there are several entries in the users community concerning > viewing log entries since upgrading to subversion 1.8.1 64-bit version, I > would like to backup their issue. > > > > Since updating my machine to 1.8.1 build 24570 6

Re: Unable to commit certain file name with "popup" into svn

2013-07-29 Thread Andy Levy
r to have a post-commit hook in your repository which is returning an error condition. The commit may be succeeding (check the logs). You need to speak with your repository administrator. 1: https://www.google.com/search?q=subversion+200+ok+commit+failed > > Thank you > Regards, > Jen Sin

Re: Unable to commit certain file name with "popup" into svn

2013-07-26 Thread Andy Levy
On Fri, Jul 26, 2013 at 12:28 AM, ChoeJenSing wrote: > Hi, > > i have searched through the archives and try google for the answer. > but i not able to found the solution. > > I try to commit this gif filename =popupMenuBg.gif > but it failed to commit > > the images actually comes from > dojo_0.90

Re: Backup strategy sanity check

2013-07-25 Thread Andy Levy
On Thu, Jul 25, 2013 at 7:27 AM, Stefan Sperling wrote: > On Wed, Jul 24, 2013 at 11:08:28PM -0400, Nico Kadel-Garcia wrote: >> On Wed, Jul 24, 2013 at 2:59 PM, Andy Levy wrote: >> > I'm planning my upgrade to SVN 1.8 & to go along with it, setting up a >> >

Backup strategy sanity check

2013-07-24 Thread Andy Levy
I'm planning my upgrade to SVN 1.8 & to go along with it, setting up a new backup process. Here's what I'm thinking: * Monday overnight, take a full backup (svnadmin hotcopy, then compress the result for storage) * Tuesday through Sunday overnights, incremental backups (svnadmin dump --incremental

Re: Expected performance

2013-07-09 Thread Andy Levy
On Tue, Jul 9, 2013 at 1:31 AM, Andreas Krey wrote: > On Mon, 08 Jul 2013 14:33:03 +0000, Andy Levy wrote: > >> I just checked out 2400 files, about 1.7GB, and it took just over 19 minutes. >> >> Client I/O speed is a big factor (7200RPM hard drive w/ NTFS in my case). &

Re: Expected performance

2013-07-08 Thread Andy Levy
On Mon, Jul 8, 2013 at 2:40 PM, Naumenko, Roman wrote: > On 2013/07/08 2:33 PM, Andy Levy wrote: >> On Mon, Jul 8, 2013 at 2:06 PM, Naumenko, Roman >> wrote: >>> On 2013/07/08 12:51 PM, Andy Levy wrote: >>>> On Mon, Jul 8, 2013 at 11:32 AM, Naum

Re: Expected performance

2013-07-08 Thread Andy Levy
On Mon, Jul 8, 2013 at 2:06 PM, Naumenko, Roman wrote: > On 2013/07/08 12:51 PM, Andy Levy wrote: >> On Mon, Jul 8, 2013 at 11:32 AM, Naumenko, Roman >> wrote: >>> Hello, >>> >>> How fast would you expect svn checkout to be from a server like one below?

Re: Expected performance

2013-07-08 Thread Andy Levy
On Mon, Jul 8, 2013 at 2:18 PM, Naumenko, Roman wrote: > On 2013/07/08 2:06 PM, Thomas Harold wrote: >> On 7/8/2013 11:32 AM, Naumenko, Roman wrote: >>> Hello, >>> >>> How fast would you expect svn checkout to be from a server like one >>> below? Considering eveyrthing on the server functioning as

Re: Expected performance

2013-07-08 Thread Andy Levy
On Mon, Jul 8, 2013 at 11:32 AM, Naumenko, Roman wrote: > Hello, > > How fast would you expect svn checkout to be from a server like one below? > Considering eveyrthing on the server functioning as expected. > > Apache 2.2.3 > > 128G mem > 10G > FSFS is local storage. I don't see how this can b

Re: Cost and Installation

2013-07-04 Thread Andy Levy
On Thu, Jul 4, 2013 at 6:38 AM, Ellie Ramsey < ellie.ram...@londoncreative.com> wrote: > Hi, > I have been on the apache subversion website to find the answer to our > quiries but I'm unable to find what I'm looking for. What I'd like to know > is does it cost to install this within our office? >

Re: SVNADMIN Crashes

2013-06-23 Thread Andy Levy
On Sun, Jun 23, 2013 at 8:16 PM, Bob Melucci wrote: > SVNAdmin Crashes with upgrade command- see attached dumps. > > > > Any help would be appreciated You've probably run into this bug: http://svn.haxx.se/users/archive-2013-06/0143.shtml

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-22 Thread Andy Levy
On Fri, Jun 21, 2013 at 7:03 PM, Johan Corveleyn wrote: > On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman > wrote: >> Yes, that helps, Dave, thanks. >> >> But, >> >> deleting the file from Subversion, then adding the copy with the correct >> case. >> >> Question: Doesn't that blow away revision h

Re: Possible Install bug

2013-06-20 Thread Andy Levy
On Thu, Jun 20, 2013 at 1:50 PM, Mike Flum wrote: > I have just tried to install 1.8 on a Windows XP SP3 and received the > following error (see attachment picture) Is this from TortoiseSVN? If so, you ought to be posting there. TortoiseSVN 1.8 requires a newer Windows Installer. See http://svn.

Re: Issue: unicode characters in file names

2013-05-13 Thread Andy Levy
On Mon, May 13, 2013 at 11:23 AM, Адолин Негаш wrote: > Hello > > I have svn files with unicode chars. When I try to view files, I get an > error message: > > 'https://srv01/svn/SQLServer/Main/BackOffice/Security/Procedures/%5BSecurity%5D.%5BPrivileges::Groups::View(Delphi)%5D.sql' > doesn't exis

Re: Files on trunk overwritten...

2013-04-25 Thread Andy Levy
On Thu, Apr 25, 2013 at 3:34 PM, C M wrote: > I am certain there is simple way out of this situation. > > Some files were committed to trunk which have incorrect updates. > > What's the easiest way to roll back to the previous versions (before the > erroneous changes were committed)? > > Should I

Re: Error while updating

2013-04-23 Thread Andy Levy
On Tue, Apr 23, 2013 at 2:52 AM, Ajay Pawar wrote: > Hi Team, > > ** ** > > While updating I came up with the following error message. > > ** ** > > *ERROR : Could not open the requested SVN file system.* > > ** ** > > ** > Your server is misconfigured or you're using the wrong URL. That

Re: SVN error while committing

2013-04-23 Thread Andy Levy
On Apr 23, 2013 2:51 AM, "Ajay Pawar" wrote: > > > > Hi Team, > > > > I am facing a the below error while commiting. > > > > Please help me ASAP. > > > > Commit failed (details follow) : > > Server sent unexpected return value (423 locked) in response to DELETE request > > For’/svn/OR/!svn/wrk

Re: Question re: svn "Needs-Lock"

2013-04-22 Thread Andy Levy
On Mon, Apr 22, 2013 at 3:30 PM, Ahmed, Omair (GE Oil & Gas) < omair.ah...@ge.com> wrote: > Hello, > > Is "Needs-Lock" the correct (or expected) mechanism by which to make a > release tag immutable? Basically, I am looking for a way to "lock" a tag to > prevent accidental updates. > > No. svn:need

Re: Subversion strangeness under MacOSX

2013-04-13 Thread Andy Levy
On Sat, Apr 13, 2013 at 10:20 AM, Robert Heller wrote: > Is there something special about Subversion under MacOSX WRT SSL > Certificates? Is it necessary to install additional package(s)? Some > people I am working with are having a problem with subversion and https: > > tests-MacBook-Pro-2:BioKe

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread Andy Levy
On Fri, Apr 12, 2013 at 9:56 AM, James Marcus wrote: > Hi, > I have been trying to migrate a hosted repository that is 36G. This is > difficult because we have offshore teams, so the repository is almost > always active. Before I got here, it seems that someone had the build > process check in e

Re: SYNC process

2013-03-28 Thread Andy Levy
On Thu, Mar 28, 2013 at 10:34 AM, Somashekarappa, Anup wrote: > > > > Hello Team, > > We do have master-slave configuration for SVN and we were planning for > Disaster Recovery plan. > > We need some information regarding this process. > > We have created a repository on master node. > Initialized

Re: Question about Subversion in combination with Samba

2013-03-12 Thread Andy Levy
On Tue, Mar 12, 2013 at 7:55 AM, Wolfgang Stengel < wolfgang.sten...@efactory.de> wrote: > Hello list, > > since a couple of weeks commits from a Windows system in a Samba shared WC > take much longer than before (using Windows 7, Subversion client 1.7.8). > > I tracked this down to Subversion ac

Re: Crash

2013-02-20 Thread Andy Levy
On Wed, Feb 20, 2013 at 12:45 PM, Dr. Leonard Jowers wrote: > > ** ** > > In file > > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.7\ext\subversion\subversion\libsvn_delta\text_delta.c' > > > line 728: assertion failed (window->sview_len == 0 || > (window->sview_offset >= > > ab->sb

Re: svn log --xml timestamp discrepancy issue

2013-01-29 Thread Andy Levy
On Tue, Jan 29, 2013 at 1:27 PM, gharmon1977 < gabriel.har...@deltadentalva.com> wrote: > UTC-4 = Eastern Time Zone > > ** > EST (Eastern Standard Time - November to March) is UTC -5 EDT (Eastern Daylight Time - March to November) is UTC -4 Right now, UTC -4 is AST (Atlantic) - the Canad

Re: svn log --xml timestamp discrepancy issue

2013-01-29 Thread Andy Levy
On Tue, Jan 29, 2013 at 11:46 AM, gharmon1977 < gabriel.har...@deltadentalva.com> wrote: > When executing the following commands, I receive 2 different outputs > regarding timestamps: > > svn log --xml -v --revision {"20130128"}:{"20130129"} > URL/svn/repository/%SVNDir% > OUTPUT: > > /revisio

Re: Hardware requirements

2013-01-22 Thread Andy Levy
On Tue, Jan 22, 2013 at 7:38 AM, Thorsten Schöning wrote: > Guten Tag ana kish, > am Dienstag, 22. Januar 2013 um 07:57 schrieben Sie: > > > We were thinking about using a Windows VM machine for this. Is > > it ok to go with VM? > > In general yes and besides what others think if you already have

Re: Local modification on checkout?

2013-01-17 Thread Andy Levy
On Thu, Jan 17, 2013 at 4:45 PM, Laird Nelson wrote: > On Thu, Jan 17, 2013 at 1:40 PM, Andy Levy wrote: > >> Automatic EOL conversions, assuming they're adhering to svn:eol-style, >> should not trigger this. >> > > Glad to hear it. > > The ecosystem

Re: Local modification on checkout?

2013-01-17 Thread Andy Levy
On Thu, Jan 17, 2013 at 4:30 PM, Laird Nelson wrote: > Hello; we're seeing a local modification being reported on a particular > file on a clean checkout. We're using svn 1.7.7. > > The file in question has the svn:eol-style property set to native. > > What I mean by this: > > A fresh checkout h

Re: subversion Exception

2012-12-20 Thread Andy Levy
On Thu, Dec 20, 2012 at 1:56 AM, Ravi Kant Sahu wrote: > I'm also facing same problem even in latest version (v1.7.10) of Tortoise > SVN : > > Same problem as who? Please quote context. > > --- > Subversion Exception! > --

Re: Setting bugtraq properties to all projects in a repository

2012-12-03 Thread Andy Levy
On Mon, Dec 3, 2012 at 11:20 AM, Manuel Ferrero wrote: > I was using cvs as version control and now I'm migrating to Subversion. > On cvs I often wrote commit logs referring to the Bugzilla bug number, > something like that: > bla bla bla Bug #XXX > > TortoiseCVS was configured to convert bug #XX

Re: Purging old Revisions

2012-11-28 Thread Andy Levy
ll preserve your history and reduce your repository size, and skip throwing the baby out with the bathwater. 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

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 perfe

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: 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: File status control

2012-11-27 Thread Andy Levy
On Tue, Nov 27, 2012 at 10:51 AM, armando.perico.n...@usi.ch < armando.perico.n...@usi.ch> wrote: > Hi Andy, > > you are probably right if we think only about code and software projects; > however, the needs for these features here are to control "documentation > projects" i.e.: to handle document

Re: File status control

2012-11-27 Thread Andy Levy
On Tue, Nov 27, 2012 at 8:44 AM, armando.perico.n...@usi.ch < armando.perico.n...@usi.ch> wrote: > Guten Tag Thorsten! > > that's what I've imagined. > > We actually have to use SVN as a sort of configure management system. I am > currently writing a pre-commit hook so we can control it without us

Re: Forcing the association of the author

2012-10-15 Thread Andy Levy
On Mon, Oct 15, 2012 at 5:37 PM, Gautier DI FOLCO wrote: > I have an SVN repository requestable via Apache HTTPD Server 2.2.8. I want > to > > allow anyone to update or commit on it but I want a committer name. So I > must > > force the clients to provide an username but I don't want to check his

Re: Extremely slow checkout on a large repository

2012-10-12 Thread Andy Levy
On Fri, Oct 12, 2012 at 11:06 AM, Wei Bai wrote: > Hi, Thanks for replying. > > > > I'm using svnserve 1.7.5 on a Dell R610 server ( Xeon E5620*2/16GB) > > The server is running CentOS 5.5, SSD disk is used to increase IO > performance. > > The repository is very large: 100K+ files, 100K+ revision

Re: Assertion failure in 1.7.3

2012-09-24 Thread Andy Levy
On Mon, Sep 24, 2012 at 10:55 AM, Perdicaro, Frank (GSB-IHPS-Corvallis) wrote: >> >> > Of course there is no such actual directory, so we get the error >> > message >> > >> > 'C:\Users\lngnam~1\AppData\Local\Temp' is not a working copy >> > >> > Then the crash: >> > >> > -

Re: general questions

2012-09-11 Thread Andy Levy
On Tue, Sep 11, 2012 at 3:10 PM, John Maher wrote: > Sorry I'm not reading anything on unix if I can help it. Text based > operating systems will be obsolete. I know all you text gurus will > argue to your death. But JCL was junk while it was still in use. It > was used only because that had

Re: Question's about install subversion server in a NAS (network attached storage).

2012-09-11 Thread Andy Levy
Your repository should not be placed on a network share to be accessed via CIFS/SMB/what have you. Whether you can install an SVN server on your NAS depends upon the NAS. Some vendors offer "packages" which you can install on their devices to provide this sort of functionality. Check with your NAS

Re: SVN 1.6: What is the maximum size for a commit?

2012-09-07 Thread Andy Levy
On Fri, Sep 7, 2012 at 11:12 AM, CHAZAL Julien wrote: > Hi all, > > I manage a Subversion server (SVN 1.6.9, FSFS storage mode, set up on a > Linux Suse Enterprise Edition) and I usually encounter a problem when my > users commit a set of folders which the size is more than 4 GB. > > The error mes

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread Andy Levy
user > I do not see the paths corrected here as I noted in my previous post (replace \ with /). You need to specify the full path to your AuthUserFile. You have not done so here. Have you read through the relevant portion of the manual yet? http://svnbook.red-bean.com/en/1.7/svn.servercon

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread Andy Levy
Please don't send HTML-formatted email to the list. On Wed, Sep 5, 2012 at 1:01 PM, wrote: > > # > DAV svn > #SVNPath C:\svnrepos\test1 > SVNParentPath c:\svnrepos > #SVNListParentPath on > # SVNIndexXSLT "/svnindex.xsl" > AuthType Basic > AuthName "Subversion Repository" > AuthUserFile C:\svnr

Re: Preventing check-ins from a subdirectory in the working copy

2012-08-16 Thread Andy Levy
On Thu, Aug 16, 2012 at 4:17 AM, Chris J Smith wrote: > Hi, > > Does anyone know if it's possible via repository hooks, configuration or > otherwise to prevent check ins from a subdirectory in a working copy? > > For example, our repository structure is: /project/trunk. We want people to > commi

Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread Andy Levy
On Wed, Aug 8, 2012 at 11:39 AM, Bhushan Jogi wrote: > Hi, > > I am getting following error when I am trying to execute svnimporter on cmd, > It seems that the connection is not getting established, Does anyone know > the correct connection string. > > conf.xml details : > > >v:\vss\srcaf

Re: Assertion failed!

2012-08-02 Thread Andy Levy
On Thu, Aug 2, 2012 at 12:34 PM, Alex Jackson wrote: > This keeps popping up when I try running the cleanup command. > > --- > > Subversion Exception! > > --- > > Subversion encountered a serious problem. > > Please take the ti

Re: SVNSYNC Error

2012-08-01 Thread Andy Levy
On Wed, Aug 1, 2012 at 4:57 AM, Honeylyn O. Fukuoka wrote: > Hi, > > Thanks for this. > We are using snserve not Apache... > Will this link still work with us? Yes (please read the links to the documentation you've been provided). But not with an HTTP URL for your source repository. If you're usi

Re: svn log shows all revs from repo, not so from WC

2012-07-23 Thread Andy Levy
On Mon, Jul 23, 2012 at 4:08 PM, Angel Tsankov wrote: > Hello. > > What might be the reason for 'svn log' not to show all revisions, but 'svn > log file://path/to/repo' to show them all. The reason why I need to know > this is that hg's convert extension seems to convert only those revisions > tha

Re: How to import

2012-07-23 Thread Andy Levy
On Mon, Jul 23, 2012 at 3:22 PM, John Maher wrote: > @Thorsten: Thanks for taking the time to respond, I do appreciate it, I > should provide more background. I did use tortoise. Then I lost a > bunch of source code trying to do a merge probably because I didn't know > what I was doing. I start

Re: How to import

2012-07-23 Thread Andy Levy
On Mon, Jul 23, 2012 at 12:48 PM, John Maher wrote: > > Hello > > I'm trying to figure out how to use the import command in a windows > environment. I'm reading the book but the documentation is unclear as > is the help. Perhaps someone can clarify it for me. > > For example the help says: > Imp

Re: SVN Path-based Authentication Q...

2012-07-03 Thread Andy Levy
On Tue, Jul 3, 2012 at 4:42 PM, Thorsten Schöning wrote: > Guten Tag BRM, > am Dienstag, 3. Juli 2012 um 16:32 schrieben Sie: > >> [myrepo:*/protectedItem] >> @no_access_group = > >> I looked over the SVN Redbook information and the Apache2 2.2 >> documentation but could not find anything to say t

Re: Subversion Exception!

2012-06-29 Thread Andy Levy
On Thu, Jun 28, 2012 at 10:37 PM, 280602 wrote: > Hi, > > I just got this error, the program asking me to send ask directly to the > mailing list: It also asked you to described what you were doing when the exception occurred. > --- > Subversion Exception! > -

Re: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Andy Levy
Please send plain text to the mailing list. On Tue, Jun 26, 2012 at 9:58 AM, Mark Bertenshaw wrote: > > Hi - > > > > I have just cleared up a build issue which resulted from upgrading from > Subversion 1.6.5 and 1.7.5. There is a point in the process where we add any > newly created component l

Re: Commit size

2012-06-12 Thread Andy Levy
Please use Reply To All to keep discussion on the list. On Tue, Jun 12, 2012 at 7:55 AM, Vladimir Shun'kov wrote: > Hello, > > I need measure in bytes. I tried use pre-commit and post-commit hooks > but I received not real size of commit due svn uses some compression. > >

Re: Commit size

2012-06-12 Thread Andy Levy
On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov wrote: > Hello, > > Could you please help me with issue. Is it real to get commit size of > user for statistic? How are you measuring size? Bytes? Lines? Number of files? And to what end? There are a lot of problems around measuring user activit

Re: "Commit to Subversion" dialog, cannot use keyboard to get out of Log Message control.

2012-06-06 Thread Andy Levy
On Wed, Jun 6, 2012 at 4:09 PM, Simon Crossley wrote: > On the "Commit to Subversion" dialog, if the Log Message control has focus, > I cannot use the keyboard to get out of the control (I cannot use either Tab > or Enter) – I have to use the mouse to get out. > > > > Could you please add a shortc

Re: Mapping users in SVN-SVN repository migration?

2012-05-24 Thread Andy Levy
On Thu, May 24, 2012 at 3:20 PM, Marko Asplund wrote: > > On Thu, May 24, 2012 at 10:05 PM, Daniel Shahaf > wrote: >> >> ... >> >> Why do you believe you would need to "map" user accounts?  What does >> "map" mean? > > > Ok, I'll try to explain myself a bit better. > > I'm migrating a repository

Re: svn client step by step guide/tutorial

2012-05-14 Thread Andy Levy
On Mon, May 14, 2012 at 9:42 PM, Kaushal Shriyan wrote: > > > On Mon, May 14, 2012 at 8:18 PM, Jeyanthan wrote: >> >> >>> I have been reading http://svnbook.red-bean.com/en/1.7/svn-book.pdf. Any >>> step by step guide to configure svn client on linux box ? We are using >>> codesion svn hosting se

Re: 'svn incoming'

2012-05-08 Thread Andy Levy
On Tue, May 8, 2012 at 10:55 AM, anatoly techtonik wrote: > On Tue, May 8, 2012 at 5:43 PM, Stefan Sperling wrote: >> On Tue, May 08, 2012 at 05:33:15PM +0300, anatoly techtonik wrote: >>> Hi, >>> >>> Mercurial has a very convenient command "hg incoming" which is >>> basically "what's new" for in

Re: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Andy Levy
On Mon, May 7, 2012 at 10:06 AM, 徐鸿 wrote: > Hi all > > does svn1.7 support one 'Centralized Metadata Storage'  across > diffent working copies  ? > I have read the wc-ng design notes and found its talking about storing > metadata  according to the user's config, but I search a lot and found > not

Re:

2012-04-26 Thread Andy Levy
On Thu, Apr 26, 2012 at 04:25, Glenn Hammond wrote: > with as much information as possible about what > > you were trying to do. Please be sure to do this. Simply copying & pasting an error message is not sufficient. > But please first search the mailing list archives for the error message > >

Re: Put a tag in the wrong place

2012-04-25 Thread Andy Levy
On Wed, Apr 25, 2012 at 11:12, Geoffrey Myers wrote: > I created a tag in my branches directory, can I simply move it to the tags > directory?  My google foo was not successful. Yes. Subversion preserves history through copies & moves.

Re: Accessing the SVN log from java Code

2012-04-17 Thread Andy Levy
pt). If your repository is configured in this way, you can write a post-revprop-change hook script which would update the corresponding record in your database to capture the change, without having to reload all the data in the database. > ____ > Fro

Re: Accessing the SVN log from java Code

2012-04-17 Thread Andy Levy
On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to access a svn server and find the > no. of check-ins happening for each repository. > > For example the SVN is hosted at https://svnexample.net > > And there are 3 repositories on it: > > https:

Re: Update fails to delete a line of code

2012-04-04 Thread Andy Levy
On Wed, Apr 4, 2012 at 14:38, Reed, David wrote: > I am not subscribed, so please be so kind as to CC me in your response. > Thanks. > > > > Using relatively current versions of SubversionEdge and TortoiseSVN, I > "committed" a file (from which I had deleted a line of code in my local > workspace)

Re: Creating a user using the API in Java

2012-04-04 Thread Andy Levy
On Wed, Apr 4, 2012 at 06:08, Mr. White wrote: > Hello guys, > > i came to realize that the Subversion API is way more complicated than > i thought. I hoped there were functions to create/edit/delete users/ > repositories/groups, but the API doesn't offer those simple functions > as far is my rese

Re: Open MS Office Document results in numereous password requests on IE 8.0

2012-03-26 Thread Andy Levy
On Mon, Mar 26, 2012 at 11:45, Walter Klust wrote: > On 23.03.2012 13:41, markus.lieb...@t-systems.com wrote: >> >> We have the following problem in using Subversion (currently version >> 1.6.15): >> >>  * I open the Windows Internet Explorer 8.0 >>  * I enter there the URL to our Subversion repos

  1   2   3   4   5   6   >