Use existing directory as repository

2010-08-20 Thread Tim Asplin
Hello, I have read through the manual, and looked at FAQ. But did not seam to find the answer. We have a web site, and directory structure to support it, what we want is to use subversion to now manage it. So want to use the existing structure of directories and files as the repository to check

Re: Use existing directory as repository

2010-08-20 Thread vishwajeet singh
On Fri, Aug 20, 2010 at 2:58 PM, Tim Asplin wrote: > Hello, > > I have read through the manual, and looked at FAQ. But did not seam to find > the answer. > > We have a web site, and directory structure to support it, what we want is > to use subversion to now manage it. So want to use the existi

RE: Use existing directory as repository

2010-08-20 Thread Giulio Troccoli
Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 From: Tim Asplin [mailto:tim.asp...@gmail.com] Sent: 20 August 2010 10:29 To: users@subversio

[subversion 1.6.5]Poblem when tryin to commit a large amount of source code

2010-08-20 Thread fida aljounaidi
Hi I'm trying to make a commit of large size of source code (more than 3GB). Commit doesn't succeed with output [Fri Aug 20 17:24:08 2010] [error] [client 10.68.5.82] Could not MERGE resource "/svn/project/!svn/act/febf84b1-f805-4c98-a788-db7e2ac8fd96" into "/svn/project/branches/project-b1". [

Re: Use existing directory as repository

2010-08-20 Thread Daniel Shahaf
Tim Asplin wrote on Fri, Aug 20, 2010 at 10:28:52 +0100: > Hello, > > I have read through the manual, and looked at FAQ. But did not seam to find > the answer. > > We have a web site, and directory structure to support it, what we want is > to use subversion to now manage it. So want to use the

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-20 Thread Daniel Shahaf
Itamar O wrote on Fri, Aug 20, 2010 at 00:05:37 +0300: > Is this command going to be supported in the default installation from now? > or is it a "stand-alone" utility that installs separately? > In case of the former - will there be a 1.6.13 release that will include it? > In case of the latter -

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-20 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Fri, Aug 20, 2010 at 10:29:15 +0530: > Hi Jon, > > Jon Foster writes: > > Daniel Shahaf wrote: > > > Yes: > > > > > > svn propset --revprop svn:author > > > svn propset --revprop svn:date > > > > > > > But not by default. Changing revprops has to be explicitly ena

RE: Subversion encountered a serious problem - during svn update

2010-08-20 Thread Patrick Fletcher
> In the future, could you just type the error messages instead of attaching jpegs. Definitely, and I apologize. I am new to using mailing lists and didn't even think twice about it. The following error occurred when trying to update a working copy using Tortoise. The working copy was cleaned up,

is 'svn lock' possible for replication?

2010-08-20 Thread Steven Woody
Hi, With a replication/write-through setup, can a user execute 'svn lock' on master/slaver nodes? Thanks. -- Life is the only flaw in an otherwise perfect nonexistence     -- Schopenhauer narke public key at http://subkeys.pgp.net:11371 (narkewo...@gmail.com)

RE: svn client misinterprets UNC Long Paths under Windows 7

2010-08-20 Thread Greene, Hugh
Hi Bert, thanks for your reply. I'm inclined to agree, and I don't like the current approach (which I didn't write ;-), also because we use a number of other tools in our build, and may add more later, and they might also fail to cope with long paths. I'd rather see us keep paths to <260 char

Re: [subversion 1.6.5]Poblem when tryin to commit a large amount of source code

2010-08-20 Thread Ryan Schmidt
On Aug 20, 2010, at 05:05, fida aljounaidi wrote: > [Fri Aug 20 17:24:08 2010] [error] [client 10.68.5.82] Commit blocked by > pre-commit hook (exit code 99) with output:\n[Error output could not be > translated from the native locale to UTF-8.] [409, #165001] What's in your pre-commit hook s

Re: Post commit script examples?

2010-08-20 Thread Ryan Schmidt
On Aug 19, 2010, at 19:25, David Weintraub wrote: > On Wed, Aug 18, 2010 at 6:56 PM, Greg Alexander wrote: >> I am a very new Subversion user and am trying to get a post commit hook >> script >> working. My Subversion is running on linux. The script I want to add would >> add the >> needs-lock pr

svndumpfilter and subtrees

2010-08-20 Thread Jeremy Mordkoff
I have a repository with multiple projects that used to be branched in parallel, but now need to be split. How do I accomplish this? Current tree zcode/ zcode/trunk/comp1 zcode/trunk/comp2 zcode/branches zcode/branches/rel_1/comp1 zcode/branches/rel_1/comp2 zcode/branches/rel_2/comp1

Re: Post commit script examples?

2010-08-20 Thread Yves Martin
On Thu, 2010-08-19 at 11:24 -0600, Greg Alexander wrote: > Hi Csaba, > Thanks for the response. Yes, I am beginning to have a good feel for > what Subversion was designed for, but I would still like to implement > something. I saw the page in the book you reference, but I cannot find any > exa

Re: Post commit script examples?

2010-08-20 Thread Alexey Neyman
On Friday, August 20, 2010 09:42:44 am Ryan Schmidt wrote: > > Also imagine the logs: Bob did a fix, hook script did a fix. Robert > > did a fix, hook script did a fix. Alice did a fix, hook script did a > > fix. Every other log entry is your hook script modifying code. > > Only commits immediatel