Re: data encryption

2013-02-04 Thread Thorsten Schöning
Guten Tag Hector Magnanao, am Montag, 4. Februar 2013 um 22:24 schrieben Sie: > Hi, I have installed Subversion and Ubersvn on a windows 2008 > server - 64 bit machine. How do you set up data encryption on Subversion ? As said, Subversion itself doesn't provide data encryption, but you can use w

Re: FreeBSD project and subversion.

2013-02-04 Thread Alexey Neyman
On Monday, February 04, 2013 10:17:29 PM Stefan Sperling wrote: > On Mon, Feb 04, 2013 at 11:54:21AM -0800, Alexey Neyman wrote: > > On Thursday, January 31, 2013 09:08:20 am Stefan Sperling wrote: > > > BTW, I went over one of FreeBSD's svn wiki pages a while back, and added > > > answers to open

Re: "svn info" does not work with symlink to different working copy

2013-02-04 Thread Michael Kaufmann
> > I have not found anything about this behavior in the bug tracker. > > Is this "by design" or is it a Subversion bug? > > I'm pretty sure there's an issue filed for this already. I'd have > expected a search for "symlink" to turn it up. This issue is the "closest match" that I have found: "Sy

Re: data encryption

2013-02-04 Thread Ryan Schmidt
On Feb 4, 2013, at 15:24, Hector Magnanao wrote: > I have installed Subversion and Ubersvn on a windows 2008 server - 64 bit > machine. How do you set up data encryption on Subversion ? Subversion does not have encryption capabilities.

data encryption

2013-02-04 Thread Hector Magnanao
Hi, I have installed Subversion and Ubersvn on a windows 2008 server - 64 bit machine. How do you set up data encryption on Subversion ?

Re: FreeBSD project and subversion.

2013-02-04 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 11:54:21AM -0800, Alexey Neyman wrote: > On Thursday, January 31, 2013 09:08:20 am Stefan Sperling wrote: > > BTW, I went over one of FreeBSD's svn wiki pages a while back, and added > > answers to open questions on this page: > > https://wiki.freebsd.org/SubversionMissing >

Re: Deny read access to a path using authz

2013-02-04 Thread kmradke
André Hänsel wrote on 02/04/2013 01:08:59 PM: > I am trying to deny a user access to a certain path in an SVN repository. [snip] > This is my current authz-test file, which is unable to stop user "andre" > from accessing the directory "test2" and its content: > > [/] > * = rw If you d

Re: FreeBSD project and subversion.

2013-02-04 Thread Alexey Neyman
On Thursday, January 31, 2013 09:08:20 am Stefan Sperling wrote: > BTW, I went over one of FreeBSD's svn wiki pages a while back, and added > answers to open questions on this page: > https://wiki.freebsd.org/SubversionMissing Speaking of which: Is there a reason why it is necessary to use "the s

Deny read access to a path using authz

2013-02-04 Thread André Hänsel
Hi list, I am trying to deny a user access to a certain path in an SVN repository. According to the documentation this is done by setting the username to empty like this: [calc:/branches/calc/bug-142/secret] harry = In http://grokbase.com/t/subversion/users/1019eey8h0/problem-implementing-p

Re: svn up --ignore-keywords. When?

2013-02-04 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 09:47:07PM +0400, Ilya Basin wrote: > Hi list. > The option '--ignore-keywords' only works with 'svn export'. > Will it ever be added to 'svn up' and be sticky like the 'cvs up -kk'? I'm not aware of any plans to add this option to more subcommands. Commands line checkout

svn up --ignore-keywords. When?

2013-02-04 Thread Ilya Basin
Hi list. The option '--ignore-keywords' only works with 'svn export'. Will it ever be added to 'svn up' and be sticky like the 'cvs up -kk'?

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 04:08:31PM +0100, Chantal Wobben wrote: > Thanks that worked. > Next problem. > > The next step would be svn co /path/tp/repostory/projectname > So for me it would be svn co /root/cinnamon-for-crux > > But then I see a error wrong arguments > > svn is driving me grazy I t

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Thorsten Schöning
Guten Tag Chantal Wobben, am Montag, 4. Februar 2013 um 16:08 schrieben Sie: > The next step would be svn co /path/tp/repostory/projectname > So for me it would be svn co /root/cinnamon-for-crux > But then I see a error wrong arguments Because you need to provide an URl not a path, like you did

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Chantal Wobben
Op 4-2-2013 15:52, Stefan Sperling schreef: On Mon, Feb 04, 2013 at 03:16:03PM +0100, Chantal Wobben wrote: Hello, I found this tutorial : http://masstransmit.com/garage_blog/create-svn-existing-project/ And I'm stuck with step 2. I did svnadmin create cinnamon-for-crux After that I did svn

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 03:16:03PM +0100, Chantal Wobben wrote: > Hello, > > I found this tutorial : > http://masstransmit.com/garage_blog/create-svn-existing-project/ > And I'm stuck with step 2. > > I did > > svnadmin create cinnamon-for-crux > After that I did > > svn import cinnamon file://

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Chantal Wobben
Op 4-2-2013 15:32, Thorsten Schöning schreef: Guten Tag Chantal Wobben, am Montag, 4. Februar 2013 um 15:16 schrieben Sie: svn : Unable to connect to a repostory at url 'file:///cinnamon-for-crux svn: Unable to open an ra local session to URL svn: Unable to open repostory 'File:///cinnamon-for-

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Thorsten Schöning
Guten Tag Chantal Wobben, am Montag, 4. Februar 2013 um 15:16 schrieben Sie: > svn : Unable to connect to a repostory at url 'file:///cinnamon-for-crux > svn: Unable to open an ra local session to URL > svn: Unable to open repostory 'File:///cinnamon-for-crux > What am I doing wrong here ? You n

problem turning existing directory to a svn repo

2013-02-04 Thread Chantal Wobben
Hello, I found this tutorial : http://masstransmit.com/garage_blog/create-svn-existing-project/ And I'm stuck with step 2. I did svnadmin create cinnamon-for-crux After that I did svn import cinnamon file:///cinnamon-for-crux -m "first import" But then I see these error messages: svn : Unab

RE: URL based commands not working in hooks\

2013-02-04 Thread Bert Huijben
Usually you shouldn't use 'svn log' from a hook. When using hooks you want to use the 'svnlook' command instead of 'svn' as you are looking directly at a transaction in progress. (And 'svnlook log' is more efficient than using the server that calls your hook again to access the same repositor

Re: URL based commands not working in hooks\

2013-02-04 Thread shrinivasan
> I have a hook that runs svn log. Do you redirect the svn log to any file? Share the hook script here. Regards, Shrini CollabNet Support

URL based commands not working in hooks\

2013-02-04 Thread Ramachandran Raghavendran
Hi, I have a hook that runs svn log. My VisualSVN server is set up to run on Windows authentication. When I do a commit, svn log command doesn't at all. The event log says the following Could not MERGE resource "/svn/Test/!svn/txn into [409, #0] Can you help me what coul