Re: Unsupervised svn import

2010-04-13 Thread Volker Kopetzky
Hi Tom, svn version 1.6.5 supports them, at least in the CLI client. 'svn help ci' documents these options, I'm using them in my own bash importer script: snip Global options: --username ARG : specify a username ARG --password ARG : specify a password ARG

Server-side enforcement of SVN properties

2010-04-13 Thread Leonid Zeitlin
Hello all, I have a Subversion server and a bunch of Windows clients accessing it with TortoiseSVN via http protocol (Apache mod_dav_svn). I want a certain Subversion property (namely, svn:needs-lock) to be set on all new files with certain extension. I know this can be done with auto-props

RE: Server-side enforcement of SVN properties

2010-04-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: Leonid Zeitlin [mailto:l...@csltd.com.ua] Sent: 13 April 2010 10:03 To:

Re: Server-side enforcement of SVN properties

2010-04-13 Thread Leonid Zeitlin
On 13.04.2010 12:07, Giulio Troccoli wrote: 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: Leonid Zeitlin [mailto:l...@csltd.com.ua]

Re: Automatic upgrade of wc format annoying on shared drives

2010-04-13 Thread Simon
On 13/04/2010, at 18:46 , Daniel Shahaf d.s-at-daniel.shahaf.name | subversion users list| wrote: Simon wrote on Tue, 13 Apr 2010 at 01:17 -: I think correct behaviour here is that the client should at least prompt the user to ask if it should upgrade the wc metadata format before messing

cannot break lock due to no matching lock-token

2010-04-13 Thread Tom Jones
A file was created and locked. The file was unlocked and the project tagged. the tagged folder was merged with an empty trunk and then the trunk checked out. A file in the project was locked, but later removed without being unlocked. Now the file does not exist in the trunk, but any changes

RE: Automatic upgrade of wc format annoying on shared drives

2010-04-13 Thread Jeremy Mordkoff
Jeremy Mordkoff wrote: I second that. I support fedora 7, 8, 9, 10, 11 (and soon 12), various ubuntu releases, plus windows XP, Vista, and Win7, and Mac OS 10.4, 10.5. When one of them upgrades, it causes me to scramble to build and deploy upgrades to the others. But working copies

Re: Automatic upgrade of wc format annoying on shared drives

2010-04-13 Thread Les Mikesell
Jeremy Mordkoff wrote: I second that. I support fedora 7, 8, 9, 10, 11 (and soon 12), various ubuntu releases, plus windows XP, Vista, and Win7, and Mac OS 10.4, 10.5. When one of them upgrades, it causes me to scramble to build and deploy upgrades to the others. But working copies should

RE: Automatic upgrade of wc format annoying on shared drives

2010-04-13 Thread Jeremy Mordkoff
Jeremy Mordkoff wrote: I second that. I support fedora 7, 8, 9, 10, 11 (and soon 12), various ubuntu releases, plus windows XP, Vista, and Win7, and Mac OS 10.4, 10.5. When one of them upgrades, it causes me to scramble to build and deploy upgrades to the others. But working copies should

Re: Server-side enforcement of SVN properties

2010-04-13 Thread David Weintraub
You can take a look at my pre-commit hook at http://dl.dropbox.com/u/433257/hooks.zip. This allows you to enforce commit privileges (including the ability to create, but not edit tags), properties, and file names. It's written in Perl and needs the Config::IniFile module. 2010/4/13 Leonid

Re: Server-side enforcement of SVN properties

2010-04-13 Thread Leonid Zeitlin
Thank you! Leonid On 13.04.2010 20:00, David Weintraub wrote: You can take a look at my pre-commit hook at http://dl.dropbox.com/u/433257/hooks.zip. This allows you to enforce commit privileges (including the ability to create, but not edit tags), properties, and file names. It's written

Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Thomas Allen
Hello everyone, One thing that I took for granted when doing all of my development in Git was the always-reliable gitk which provides cross-platform log and diff browsing. I'm sure it does more, but those were the main things I used it for. I am now working with a Subversion repository. Maybe I

RE: Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Bob Archer
So, does anybody know of a simple, cross-platform, open-source Subversion browser? I am on a Mac, and it seems that the only options are proprietary and heavy, such as Versions and CornerStone... Thomas Allen you might want to look at Subclispe http://subclipse.tigris.org/ and Rapid SVN

Re: How to recover from Found malformed header in revision file?

2010-04-13 Thread Stonebraker
Any update on this? Did svnsync fix your issue? I am receiving the same error when trying to dump a 46 gb repo * Dumped revision 1703. * Dumped revision 1704. * Dumped revision 1705. svnadmin: Malformed representation header svnhotcopy only copies about 6gb of the repo! (I am using version

Re: How to recover from Found malformed header in revision file?

2010-04-13 Thread Stonebraker
I tried using svnsync because i receive the malformed header error when attempting to dump my repo. Svnsync fails after eight revisions (SVN version 1.4.0 (r21228)) Console output: ... Committed revision 8. Copied properties for revision 8. Committed revision 9. Copied properties for revision

Re: Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Les Mikesell
On 4/13/2010 12:32 PM, Thomas Allen wrote: Hello everyone, One thing that I took for granted when doing all of my development in Git was the always-reliable gitk which provides cross-platform log and diff browsing. I'm sure it does more, but those were the main things I used it for. I am now

Re: Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Pablo Beltran
If you mean web front end then try www.svnflash.com. It's not open source but it's free for non-profit or open source projects. The major advantages of SVNFlash are its awesome user interface and revision graphs (whole history) of files and projects. Look at the live demo and explore the Apache

Re: Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Ryan Schmidt
On Apr 13, 2010, at 12:32, Thomas Allen wrote: Maybe I have not yet mastered the log command, but I find the output of the following two commands to be confusing: $ svn log -r HEAD r3617 | tallen | 2010-04-12

Unable to checkout files: Can't open file: Permission denied

2010-04-13 Thread Disc Magnet
This is my configuration. Location /myrepository DAV svn SVNParentPath /home/magnet/myrepository/ /Location The checkout command runs fine: svn co http://localhost/myrepository/hachumachu However, the commit command results in this error: mag...@faku:~/hachumachu$ svn commit -m Additional

Free Online Subversion Training

2010-04-13 Thread Elaine
Provider of Enterprise Subversion Products is Sponsoring a Series of Free Subversion Training Courses San Ramon, CA April 13, 2010 – WANdisco, a leading provider of infrastructure software for replication, scalability and high availability, and a corporate sponsor of the Subversion open source

Re: Unable to checkout files: Can't open file: Permission denied

2010-04-13 Thread Erik Andersson
The user running apache needs write access to your repository. Cheers / Erik On Tue, Apr 13, 2010 at 10:01 PM, Disc Magnet discmag...@gmail.com wrote: This is my configuration. Location /myrepository DAV svn SVNParentPath /home/magnet/myrepository/ /Location The checkout command runs

Re: Unable to checkout files: Can't open file: Permission denied

2010-04-13 Thread Disc Magnet
I did that. I ran these two commands. chgrp -R www-data myrepository chown -R 770 myrepository Now, I get this error: $ svn commit -m Updating svn: Commit failed (details follow): svn: Could not open the requested SVN filesystem Please help. On Wed, Apr 14, 2010 at 1:59 AM, Erik Andersson

Re: Unable to checkout files: Can't open file: Permission denied

2010-04-13 Thread David Bartmess
On 4/13/2010 3:27 PM, Disc Magnet wrote: I did that. I ran these two commands. chgrp -R www-data myrepository chown -R 770 myrepository Now, I get this error: $ svn commit -m Updating svn: Commit failed (details follow): svn: Could not open the requested SVN filesystem Please help.