Re: Unable to compile trunk build / "wc-queries.h" file not found in repository

2010-10-09 Thread Stefan Sperling
On Sat, Oct 09, 2010 at 11:22:26AM +0530, Sachin wrote: > Hello friends, > I am trying to compile the subversion's trunk code. > It needs *wc-queries.h* file to compile > The \trunk\subversion\libsvn_wc\wc_db.c file tries to include the * > wc-queries.h* file which I couldn't find in trunk reposito

Re: svn Farm

2010-10-09 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 11:15 AM, Bob Archer wrote: > The client should be able to store the credentials if you have it set up to > do so. On windows/mac it is encrypted with OS included libraries. For Linux > you need to set up gnome keyring or kde-wallet. > > http://svnbook.red-bean.com/nightl

Re: svn Farm

2010-10-09 Thread Nico Kadel-Garcia
I did just misspell "sudo" and tell the same story twice about opening up people's email with their stored passwords, didn't I? Remind me to re-edit *twice* before sending a rant.

Re: Unable to compile trunk build / "wc-queries.h" file not found in repository

2010-10-09 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 3:47 AM, Stefan Sperling wrote: > On Sat, Oct 09, 2010 at 11:22:26AM +0530, Sachin wrote: >> Hello friends, >> I am trying to compile the subversion's trunk code. >> It needs *wc-queries.h* file to compile >> The \trunk\subversion\libsvn_wc\wc_db.c file tries to include the

Re: svn Farm

2010-10-09 Thread Les Mikesell
On 10/9/10 8:39 AM, Nico Kadel-Garcia wrote: Look, Subversion inherited its practice of storing password in cleartext from its ancestor, CVS. It's been an uphill battle ever since to wallpaper over the practice: there are enough layers of wallpaper, finally, that it's almost thick enough to be a

Re: User authentication\authorization upper-lower case

2010-10-09 Thread Daniel Shahaf
No time to test, sorry, but agreed that usernames should be case-sensitive. Please file a bug if they aren't... Bob Archer wrote on Fri, Oct 08, 2010 at 11:45:16 -0400: > > On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer > > wrote: > > > >> Hi all. I have a problem with SVN. I have the (only) user >

some confusion about subversion

2010-10-09 Thread 肖晗
I am just new to subversion and encountered some confusion. I have set up a svn server on my ubuntu/linux. After creating an account called "test" under /var/svn(using svnadmin create /var/svn/test), I checked out the repository under "/home" directory. And all these went smoothly until when I trie

Re: some confusion about subversion

2010-10-09 Thread Daniel Shahaf
肖晗 wrote on Sun, Oct 10, 2010 at 00:23:57 +0800: > I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test), I checked out the repository under "/home"

Re: svn Farm

2010-10-09 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 11:06 AM, Les Mikesell wrote: > On 10/9/10 8:39 AM, Nico Kadel-Garcia wrote: >> >> Look, Subversion inherited its practice of storing password in >> cleartext from its ancestor, CVS. It's been an uphill battle ever >> since to wallpaper over the practice: there are enough la

Re: svn Farm

2010-10-09 Thread Les Mikesell
On 10/9/10 12:51 PM, Nico Kadel-Garcia wrote: On Sat, Oct 9, 2010 at 11:06 AM, Les Mikesell wrote: On 10/9/10 8:39 AM, Nico Kadel-Garcia wrote: Look, Subversion inherited its practice of storing password in cleartext from its ancestor, CVS. It's been an uphill battle ever since to wallpaper o

Can Subversion work well with very large data sets?

2010-10-09 Thread Robert Rohde
Hello, I am trying to identify a reasonable version control system for an unusual workflow. As SVN is a major player in this space, it is one of the systems that I want to consider but I've run into some problems. It is unclear to me whether my problems are specific to the SVN clients I have tes

Re: Can Subversion work well with very large data sets?

2010-10-09 Thread Stefan Sperling
On Sat, Oct 09, 2010 at 02:24:00PM -0700, Robert Rohde wrote: > Hello, > > I am trying to identify a reasonable version control system for an > unusual workflow. As SVN is a major player in this space, it is one > of the systems that I want to consider but I've run into some > problems. It is un

Re: Why doesn't 'svnadmin create' creates tags, branches, trunk?

2010-10-09 Thread David Weintraub
On Thu, Oct 7, 2010 at 1:15 AM, Tech Geek wrote: > So why don't we have (read as a feature) something like this: > > # svnadmin create --tbt new_repo > > and a repositroy with following strcuture is created (automatically) > > # ls /var/lib/svn/new_repo > branches > tags > trunk It would be usefu

Re: some confusion about subversion

2010-10-09 Thread Siva Kumar
> I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test), I checked out the repository under "/home" directory. > And all these went smoothly until w