Re: UNS: Re: svnmucc

2013-11-18 Thread Blair Zajac
On Nov 18, 2013, at 7:33 AM, Andreas Krey wrote: > On Mon, 18 Nov 2013 07:11:40 +, Nico Kadel-Garcia wrote: >> Brother, unweaving the quotes is its own problem. You see, most >> filesystems allow single quotes and double quotes in the filenames >> themselves. Hilarity will ensue. > > Quotin

Re: svnmucc

2013-11-16 Thread Blair Zajac
On 11/16/2013 03:06 AM, Andreas Mohr wrote: On Sat, Nov 16, 2013 at 04:29:13AM -0500, Geoff Rowell wrote: On Nov 16, 2013, at 2:10 AM, Vladislav Javadov wrote: rm programs/develop/fasm/tags rm programs/games/mine/tags rm programs/games/snake/tags Each command argument must be on a separate

Re: What "FSFS" stands for?

2013-10-31 Thread Blair Zajac
On 10/31/2013 08:36 AM, Pavel Lyalyakin wrote: Hello, I see interesting question on StackOverflow: http://stackoverflow.com/q/19687614/761095 [[ I have scoured the internet looking for a clear answer and cannot find one. What does it stand for? I am currently trying to set up a new repo for our

Re: Question regarding "@" symbol

2013-01-08 Thread Blair Zajac
On 01/08/2013 12:11 PM, Leonard Wayne wrote: Hello. I read the Subversion documentation (in particular the "Peg and Operative Revisions" section) for how to handle versioning of directories with names that contain the "@" symbol. But I am still confused by something. I want to use the "import"

Re: How to stop delete files/directory from SVN Repo Browser

2012-08-07 Thread Blair Zajac
On 08/07/2012 02:13 AM, Ryan Schmidt wrote: On Aug 7, 2012, at 04:00, Subodh Singh wrote: Ryan Schmidt wrote: On Aug 6, 2012, at 01:28, Subodh Singh wrote: I am new to SVN Repository. I need help to stop deletion of files/directory from Repo Browser, so that user can't commit if any dele

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Blair Zajac
On 05/21/2012 03:11 PM, Les Mikesell wrote: On Mon, May 21, 2012 at 4:56 PM, David Weintraub wrote: Jenkins is pretty simple on the surface to setup. Simply download the Jenkins "war" file, install a Java JDK if you don't have one installed, and run the following command: $ java -jar jenkins.

Re: Subversion within Eclipse: what is JavaHL (JNI) and what is SVNKit (Pure Java)?

2012-05-03 Thread Blair Zajac
On 05/03/2012 05:11 AM, frame wrote: Hi: I use Eclipse as my IDE. I have installed Subclipse - the Subversion plugin of Eclipse. One thing I am unclear is setting Preferences->Team->SVN, when choosing SVN interface, there are two choices for Client, one is JavaHL (JNI) and one is SVNKit (Pure Ja

Re: Info about SVN

2012-04-17 Thread Blair Zajac
On 04/17/2012 02:13 PM, Chris Albertson wrote: Other free software you might want to try is CVS and GIT. http://git-scm.com/ http://www.nongnu.org/cvs/ Really, recommending to try CVS??? That's a step backwards ;) Blair

Re: SVN commit behaviour not consistent with other commands (such as delete or add)

2012-02-22 Thread Blair Zajac
On 02/22/2012 02:20 PM, Konstantin Kolinko wrote: 2012/2/23 Evan Wee: Strangely, other commands with * used will work, such as svn delete, svn add, etc. Even svn commit * will work somewhat as it commits the modified and added files, but not the deleted ones. I had a discussion with others and

Re: SVN backup with lvm snapshots and rsync

2012-02-19 Thread Blair Zajac
On 02/15/2012 11:05 AM, Philip Martin wrote: Stefan Sperling writes: But rather than going through that effort, I would recommend using svnadmin dump/load, or svnsync with file:// URLs, until Subversion 1.8 is released. At which point you can switch over to using "svnadmin hotcopy --incrementa

Re: multiple svn front-ends, single SAN repo volume

2012-02-11 Thread Blair Zajac
e repo from two or more hosts. In this case, have a repository with N directories and have each host modify a file in a single directory, that way you won't get any conflicts. How many commits per second are you expecting in practice? Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Blair Zajac
On Nov 11, 2011, at 7:17 PM, Welington Rodrigues Braga wrote: > 2011/11/12 Blair Zajac : >> On 11/11/2011 06:41 PM, Andy Levy wrote: >>> >>> On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga >>> wrote: >>>> >>>> Hi guys, >

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Blair Zajac
On 11/11/2011 06:41 PM, Andy Levy wrote: On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga wrote: Hi guys, I've just started to use Subversion a few months ago and I am really are asking me why I had never used it before but it is not the reason of my contact. To be honest I am trying

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-11 Thread Blair Zajac
On Aug 11, 2011, at 8:32 AM, wrote: > No luck with that option, still crashing. Try running the process under valgrind to see if it finds anything. Blair

Re: Generating SVN libraries from source on Mac OSX

2011-05-20 Thread Blair Zajac
On May 20, 2011, at 3:40 AM, Ian Sidor wrote: > Oops. Thank-you for pointing that out, my mistake. > > However, I still cannot find any libsvn*.a files anywhere on the drive. > > As described in my first mail, there is a file I can see with the extension > 'LA' which is a text file. It states

Re: Generating SVN libraries from source on Mac OSX

2011-05-19 Thread Blair Zajac
Static libraries end in .a, not .dylib, those are shared. Blair On May 19, 2011, at 9:23 AM, Ian Sidor wrote: > I tried --disable-shared but I still didn't get any libsvn*.dylib files. > > Is there anything else I can try? > > > On 19 May 2011, at 07:47, Daniel Shahaf wrote: > >> Just ignore

Re: repo on Windows -- why not?

2011-04-28 Thread Blair Zajac
On 4/28/11 9:42 AM, Danil Shopyrin wrote: are there any arguments to prefer Windows? (beside arguments that you drive a Windows shop) ok, looks like I have to adjust the section a bit. It's also very important to integrate Subversion seamlessly with Active Directory and other existing Windows i

Re: ^M Appends to every line?

2011-02-26 Thread Blair Zajac
On 2/24/2011 8:02 AM, Christopher D Haakinson wrote: OK, so I've been testing out the svn:eol-style prop and it appears to work, but it seems like an awful lot of work for such a simple issue. Is there something server-side I can setup to ensure that all files contain the correct eol style? As

Re: svn update or rsync - which is best to update live files

2011-02-26 Thread Blair Zajac
On Feb 26, 2011, at 2:47 PM, Ryan Schmidt wrote: On Feb 25, 2011, at 13:53, Blair Zajac wrote: On 2/25/11 11:39 AM, Christopher D Haakinson wrote: Now I've come to the point in my development where I need to figure out what's the best method for transferring my svn files

Re: svn update or rsync - which is best to update live files

2011-02-25 Thread Blair Zajac
On 2/25/11 11:39 AM, Christopher D Haakinson wrote: Hi, I have subversion up and running quite well now(thanks to everyone here :-)) Now I've come to the point in my development where I need to figure out what's the best method for transferring my svn files to my live site. I've read that I sho

Re: internal dirs showing up on update

2011-02-17 Thread Blair Zajac
On 2/17/11 12:50 PM, Bob Archer wrote: I have so SVN repos (subversion) and I use them with no proble. But when we do updates/commints on client (tortoise) we always get teh internal directories: conf dav db hooks locks format README.txt These es are internal and should not appear right? How do

Re: Could not read status line: connection was closed by server

2011-01-21 Thread Blair Zajac
On 1/21/2011 7:42 PM, 刘斌 wrote: Hello everyone I am seeing a odd problem. one of my developers on windows 2003,running the CollabNet-supported Subversion 1.6.15 binaries, does this command: svn commit following this error: Could not read status line: connection was closed by server on the svn ser

Re: 207 Multi-Status error checking out WebKit repository on Windows

2011-01-06 Thread Blair Zajac
On 1/6/11 10:30 AM, Kenneth Russell wrote: On Tue, Jan 4, 2011 at 5:29 PM, Blair Zajac wrote: On 12/25/10 5:42 PM, Kenneth Russell wrote: Hello, The WebKit project uses Subversion for version control and we are facing a problem with fresh checkouts of the repository on Windows with

Re: 207 Multi-Status error checking out WebKit repository on Windows

2011-01-04 Thread Blair Zajac
On 12/25/10 5:42 PM, Kenneth Russell wrote: Hello, The WebKit project uses Subversion for version control and we are facing a problem with fresh checkouts of the repository on Windows with Subversion 1.6.6 (as well as earlier versions -- I've also tried 1.6.1). The reported error is with a speci

Re: can i svn cat without keyword expansion

2010-08-08 Thread Blair Zajac
On Aug 8, 2010, at 8:50 AM, Nico Kadel-Garcia wrote: > On Sat, Aug 7, 2010 at 9:21 PM, Blair Zajac wrote: >> >> On Aug 6, 2010, at 3:16 PM, Bob wrote: >> >>> Hi, >>> If I do "svn cat" on a file, with the svn:keywords property set, it expands &

Re: can i svn cat without keyword expansion

2010-08-07 Thread Blair Zajac
them, so shouldn't it be trivial to have a functionality to skip > this > step? > Thanks, > Do you want to do this for all files in a checkout or just get a file? If the later, you can use curl or wget if you're using http:// or https:// scheme. Regards, Blair -- Blair Zajac,

Re: Support for filesystem snapshots (?)

2010-08-02 Thread Blair Zajac
On 08/02/2010 01:27 PM, Stefan Sperling wrote: On Mon, Aug 02, 2010 at 03:25:48PM -0400, Vallon, Justin wrote: E.g. Subversion's FSFS needs to create a revision file from the commit's transaction, and move the finalized revision file into place. After the revision file has been moved into place

Re: Is contrib status changing with apache move?

2010-07-23 Thread Blair Zajac
On Jul 23, 2010, at 5:55 AM, David Weintraub wrote: > On Thu, Jul 22, 2010 at 6:25 PM, Joe Briggs > wrote: >> I am not sure if it is kosher to ask about contribs on the list, but fools >> rush in... >> >> [...] >> >> My larger question is about contribs in general now that the project has >> m

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Blair Zajac
On 07/13/2010 05:15 AM, Stefan Sperling wrote: On Mon, Jul 12, 2010 at 05:57:24PM -0400, Nico Kadel-Garcia wrote: I don't know why the syntax was reversed: it really looks like an entirely unnecessary parsing complication. The new syntax looks more like 'svn checkout', so it's more natural to

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-12 Thread Blair Zajac
On 07/12/2010 04:42 AM, Nico Kadel-Garcia wrote: On Fri, Jul 9, 2010 at 6:45 PM, Ryan Schmidt wrote: On Jul 9, 2010, at 17:13, Nico Kadel-Garcia wrote: On Fri, Jul 9, 2010 at 4:19 PM, Ryan Schmidt wrote: On Jul 9, 2010, at 14:08, Nico Kadel-Garcia wrote: What I wanted to do was have Subve

Re: svnadmin load to fsfs 9 times faster than bdb!?

2010-06-01 Thread Blair Zajac
On 05/31/2010 11:06 AM, B Smith-Mannschott wrote: On Mon, May 31, 2010 at 02:52, Mark Phippard wrote: You just need to specify --bdb-txn-nosync when running svnadmin create. although it is possible that svnadmin load also accepts this option. This should make the load times about the same. Th

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Blair Zajac
build from: http://svn.apache.org/repos/asf/subversion/trunk/subversion/include/svn_fs.h Regards, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies Subversion training, consulting and support http://www.orcaware.com/svn/

Re: Can we use relative paths in svn:externals propset?

2010-04-29 Thread Blair Zajac
On 04/29/2010 01:09 PM, David Bartmess wrote: I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B) directory? Such as : svn propset svn:external

Re: Common name for transaction and revision object

2010-04-28 Thread Blair Zajac
On 04/28/2010 02:38 PM, Ryan Schmidt wrote: On Apr 28, 2010, at 10:03, Blair Zajac wrote: If you look at the svn_fs.h API, they are both referred to as revision roots. svn_fs_revision_root() and svn_fs_txn_root() both return a svn_fs_root_t * object. That does not sound like they're

Re: Common name for transaction and revision object

2010-04-28 Thread Blair Zajac
On 4/28/10 6:46 AM, 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: Geoff Rowell [mailto:geoff.row...@gmail.com]

Re: SVN and NTFS - illegal character ':' in filename

2010-03-23 Thread Blair Zajac
On 03/23/2010 08:04 AM, Markus Fried wrote: Hi Ryan, it's not a file I put into SVN that causes the problem - it seems that SVN attached a kind of time stamp for one of its book keeping files in the .svn folder. As others have stated, that file is something checked into svn. What svn does i

Re: windows vs unix question

2010-02-01 Thread Blair Zajac
On 02/01/2010 12:19 PM, Andy Levy wrote: On Mon, Feb 1, 2010 at 15:14, Robert Nurse wrote: Is anyone familiar with the SVN client in Dreamweaver CS4? Development is performed on Windows boxes. But, the server is on a Sun box. All Subversion servers and clients with the same major revision n

Re: svnmerge.py vs. build-in merge support since version 1.5

2010-01-20 Thread Blair Zajac
Dieter Oberkofler wrote: I have been using svnmerge.py for quite a while and although I was looking forward for the build-in functionality it worked quite well. After now upgrading to version 1.6 with the build-in functionality that replaces the need for svnmerge.py I'm a little surprised that no

Re: Version of a single file

2010-01-11 Thread Blair Zajac
deostroll wrote: Is it possible to get the version of a single file inside a repo? What do you mean by "version"? You can use "svn info" on a URL to the file. Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies Subversion training, consulting and support http://www.orcaware.com/svn/

Re: svn rm should be 'fixed'

2010-01-11 Thread Blair Zajac
the filesystem and then rm wouldn't. Regards, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies Subversion training, consulting and support http://www.orcaware.com/svn/ Bob Archer wrote: You can also use: svn rm --keep-local BOb *From:* Mahi Haile [mailto:begin.

Re: mount svn as a local driver

2009-12-17 Thread Blair Zajac
On 12/17/2009 07:41 AM, Ryan Schmidt wrote: On Dec 16, 2009, at 23:42, 9pbz5c...@sneakemail.com wrote: I would like to mount a part of a svn repository as if it were a networked hard drive. WebDAV autoversioning does this... http://svnbook.red-bean.com/en/1.5/svn.webdav.autoversioning.html