Antwort: Re: ModificationDate after commit

2010-01-13 Thread Claudius Sailer
we have this "problem" only with our EXE-Files and there we have 1200 of them. It will be difficult to handle these manually. I also found #1256 and red the history. poor situation for a development team. I have the benefit that we don't use date informations for merge, diff or whatever. we will

Re: Copy data from one repos to another and history should not be losed

2010-01-13 Thread Ryan Schmidt
On Jan 11, 2010, at 02:48, Ullrich Jans wrote: > Ryan Schmidt wrote: > >> On Jan 5, 2010, at 06:02, Chetan Chatwani wrote: >> >>> We have two repositories names as : bmrepos and bmdevrepos. >>> We want to copy/add data from bmrepos to bmdevrepos but history >>> should not losed. >>> >>> Note:

Re: Verifying a file version

2010-01-13 Thread Andy Levy
On Wed, Jan 13, 2010 at 17:02, Headley, Ronald (PSC/ISMS/EAD-CTR) wrote: > Good evening. > > > > We recently encountered an issue where an incorrect version, or more > specifically, a non-existing version, of a file was promoted to production. > We want to enhance our process to ensure we, at a mi

Re: Verifying a file version

2010-01-13 Thread Ryan Schmidt
On Jan 13, 2010, at 16:02, Headley, Ronald (PSC/ISMS/EAD-CTR) wrote: > We recently encountered an issue where an incorrect version, or more > specifically, a non-existing version, of a file was promoted to production. > We want to enhance our process to ensure we, at a minimal, export an exist

Verifying a file version

2010-01-13 Thread Headley, Ronald (PSC/ISMS/EAD-CTR)
Good evening. We recently encountered an issue where an incorrect version, or more specifically, a non-existing version, of a file was promoted to production. We want to enhance our process to ensure we, at a minimal, export an existing version of a file. Can anyone suggest a command that wil

Re: svnserve: Interacting in tunnel mode

2010-01-13 Thread Piotr Sipika
SVN Notifier is Windows-specific. All of my workstations are linux-based. Thanks for the suggestion, though. Pete On 01/13/2010 04:28 PM, Thomas Loy wrote: Why not use SVN Notifier available at http://svnnotifier.tigris.org? Cheers, Tom Loy -Original Message- From: Piotr Sipika [mailt

RE: svnserve: Interacting in tunnel mode

2010-01-13 Thread Thomas Loy
Why not use SVN Notifier available at http://svnnotifier.tigris.org? Cheers, Tom Loy -Original Message- From: Piotr Sipika [mailto:psip...@cengen.com] Sent: Wednesday, January 13, 2010 2:54 PM To: users@subversion.apache.org Subject: svnserve: Interacting in tunnel mode Hi, I'm trying

Re: ModificationDate after commit

2010-01-13 Thread Ryan Schmidt
On Jan 13, 2010, at 02:52, Claudius Sailer wrote: > we use a software with a lot of EXE-Files where the developer company uses > the modification date as version information. So this informations are > important for us. > the software we get from this company is imported into a vendor branch (for

svnserve: Interacting in tunnel mode

2010-01-13 Thread Piotr Sipika
Hi, I'm trying to write a notification application which would monitor specific repositories and pop-up a dialog when an update has been detected. I noticed that 'svn log svn+ssh://...' launches 'svnserve -t' via ssh and believe this to be the best way for me to proceed. I tried running 'svnse

Re: NetDrive and SVN autoversioning - keep getting Broken pipe

2010-01-13 Thread Richard Walker
2010/1/12 Gunther Mayer > Hi guys, > > I'm not sure if anyone here is working with the following combination (or > similar): > > Server: svn 1.6.5 (latest) + apache 2.2.12 (latest) on ubuntu karmic(9.10) > 64bit > Client: Windows XP or Vista, NetDrive 1.0.8.11 (latest) > > Server is configured to

RE: malformed file problem -- version 1.5.7

2010-01-13 Thread Jon Foster
Hi, James D. Parra [mailto:jam...@musicreports.com] wrote: > Is there a way that I can repair this? No idea, sorry. But: > Is there a way to roll back to revision 11529 and start there? Try svnadmin dump with the -r parameter to dump just the revisions you want to keep, then svnadmin load to l

RE: malformed file problem -- version 1.5.7

2010-01-13 Thread James D. Parra
One of my users committed a file to svn and now some users are getting a 'malformed file' error. These users can no longer check out or commit. 'Svnadmin verify /svnrepos' doesn't show any problems, however 'malformed file' appears when I do a nightly dump export; svnadmin dump /svnrepos > /bac

Re: Remote Datasource of my repository

2010-01-13 Thread Juan Jesús Cremades Monserrat
Hi! I've reading all the solutions proposed, but the ideal stage will the next: An user calls the Subversion Server, the project http://xxx.xxx.xxx.xxx/svn/project. The Subversion Server receives the request and recovery the information of the datastore, which is another machine. Later, sends the

Re: Probable bug with svn copy

2010-01-13 Thread Julian Foad
Hi Alan. Thanks for this report, and sorry for the long time to respond. I finally got around to converting your recipe into an executable script (on Linux) which is attached, and with this it is easy to reproduce the problem. On Thu, 2009-12-17, Alan Spencer wrote: > I've been asked to analyse

RE: ModificationDate after commit

2010-01-13 Thread Bob Archer
> we have at the moment a little problem with svn and the > modification date > of files we want to commit. > > we use a software with a lot of EXE-Files where the developer > company uses > the modification date as version information. So this informations > are > important for us. > the software

Re: RE: ModificationDate after commit

2010-01-13 Thread Andy Levy
On Wed, Jan 13, 2010 at 09:00, Claudius Sailer wrote: > > > Hello, > > we asked 2002 for an other version controlling identification, but the > company won't change the ModificationDate-Version-Identification. > > With CVS wir imported the files and the modification date is stored and > could be c

Antwort: RE: ModificationDate after commit

2010-01-13 Thread Claudius Sailer
Hello, we asked 2002 for an other version controlling identification, but the company won't change the ModificationDate-Version-Identification. With CVS wir imported the files and the modification date is stored and could be checked out. Now we move to svn and I thought that we can use there so

RE: ModificationDate after commit

2010-01-13 Thread Thomas Hemmer
No chance for that, sorry. Anyway, version information should rather be stored within the resource area of the PE file instead of abusing the time stamp for this purpose (provided that you are really talking about Windows, as the term "EXE-Files" implies). Perhaps you might ask them to use the VER

RE: sync bug -> corrupted proxy repo

2010-01-13 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: Jon Foster [mailto:jon.fos...@cabot.co.uk] > Sent: 13 January 2010 13:13 > To: Andersen,

RE: sync bug -> corrupted proxy repo

2010-01-13 Thread Jon Foster
Hi, Andersen, Krista [mailto:krista.ander...@itg.com] wrote: > Twice I have seen one of my proxy repositories become corrupted due > to an apparent bug in the svnsync sync process. Has anyone else > seen this type of behavior from Subversion? This is probably caused by issue 3546 [1][2]. This i

Re: file permissions

2010-01-13 Thread Stein Somers
> one special file should have 777 You can make it 755 by committing the svn:executable property on the file, but I don't think there is anything similar for pure access control. -- Stein

file permissions

2010-01-13 Thread Vojtěch Jína
Hi, Ive got a problem with file permissions. All files in the project have 644, but one special file should have 777, because I need to change content of the file, using web interface... I set 777 permissions for the file, but after svn update (if this file has changed), again the 644... Ca

Re: subversion-1.6.6-1.i386.rpm

2010-01-13 Thread Stein Somers
I can't answer your question, but I installed the Summersoft packages listed on subversion.tigris.org using "yum install --nogpgcheck". This subversion-1.6.6-1 package comes with neon-0.28 and sqlite-3.5.9. So you can get subversion-1.6.6-1 without sqlite3.4. -- Stein

Re: online tutorial on setting up new subversion/trac repo?

2010-01-13 Thread Robert P. J. Day
On Wed, 13 Jan 2010, James Bailey wrote: > Hi Robert, I had a quick Google around and found this which shows > how to set up Trac with svn and Apache for FC4 and later. > > http://trac.edgewall.org/wiki/TracOnFedoraCore > > I hope it might be of some use to you? possibly, since FC4 is pretty ol

Re: windows path not modified

2010-01-13 Thread Stein Somers
It's a useful report in the right hands, but there are many installers of SVN on many platforms and none are discussed here. All I can tell is that your installer is for Windows and it doesn't look like one I know. You should contact the creator of the installer (and mention which version of Wi

Re: copying from another branch [Question about excessive mergeinfo]

2010-01-13 Thread Stein Somers
On 12/01/2010 10:40, Ulrich Eckhardt wrote: Why only merge a part of the initial changeset? Well, you said I should merge, and I only want a part! Okay, first of all, I have no question. I just brought this up to illustrate that excessive mergeinfo exists and you shouldn't assume you're doin

Re: online tutorial on setting up new subversion/trac repo?

2010-01-13 Thread James Bailey
On Tue, Jan 12, 2010 at 7:11 PM, Robert P. J. Day wrote: > > can someone recommend a decent online tutorial to set up a new > subversion repo plus trac (that's relevant for fedora 12)? i found > this: > > http://www.yolinux.com/TUTORIALS/LinuxSubversionAndTracServer.html > > but it seems to be o

Re: Question about excessive mergeinfo

2010-01-13 Thread Stein Somers
I have a pre-commit hook to detect mergeinfo below root, and remove it whenever it occurs For clarity: the pre-commit hook detects and rejects. The one removing the mergeinfo is me, using svn propdel. Someone asked for the hook code, here it is. It's not my submission for a beauty contest an

ModificationDate after commit

2010-01-13 Thread Claudius Sailer
Hello, we have at the moment a little problem with svn and the modification date of files we want to commit. we use a software with a lot of EXE-Files where the developer company uses the modification date as version information. So this informations are important for us. the software we get fro