Re: Mailing lists? Really?

2010-07-28 Thread Lorenz
Stanimir Stamenkov wrote: >> I want to search for solutions, complain about my favorite missing >> features, and reply to other people's problems when I've already >> solved them. > >Search for solutions in the archives: > >http://subversion.apache.org/mailing-lists.html > >You may even use Googl

Re: Mailing lists? Really?

2010-07-28 Thread Daniel Shahaf
Bob Archer wrote on Wed, Jul 28, 2010 at 17:36:30 -0400: > Certainly not. Nor do you have to subscribe to post. As a non-subscriber your > post will be moderated but if you are patient it will be approved through > fairly quickly (says I as one of the moderators). > Further, moderation delay only

Re: Mailing lists? Really?

2010-07-28 Thread BRM
- Original Message > > Certainly not. Nor do you have to subscribe to post. As a non-subscriber >your post will be moderated but if you are patient it will be approved >through >fairly quickly (says I as one of the moderators). > > > And indeed, I started this thread without sub

"svn diff" works for added files in working copy, but not for previous revision

2010-07-28 Thread Bob
Hi, When I do "svn diff file1" on a file that I just added to my working copy since the last commit, it prints a diff that shows the entire file being added. However, if I had a file that was added in a previous revision (say 42), and I try to do "svn diff -c 42 file2", it doesn't work. It gives th

RE: Mailing lists? Really?

2010-07-28 Thread Bob Archer
> > Certainly not. Nor do you have to subscribe to post. As a non- > subscriber your post will be moderated but if you are patient it > will be approved through fairly quickly (says I as one of the > moderators). > > > And indeed, I started this thread without subscribing. But I still > can't find

Re: Mailing lists? Really?

2010-07-28 Thread Ds Jstc
Certainly not. Nor do you have to subscribe to post. As a non-subscriber your post will be moderated but if you are patient it will be approved through fairly quickly (says I as one of the moderators). And indeed, I started this thread without subscribing. But I still can't find a way to

RE: Mailing lists? Really?

2010-07-28 Thread Bob Archer
> Ds Jstc wrote on Wed, Jul 28, 2010 at 11:13:26 -0700: > > I've been using subversion in a lighthearted way for a couple of > years, > > recommending it to clients, sending a little money to Tigris now > and > > then. It works very well for most of what I need it for. But I > have > > one big pr

RE: Mailing lists? Really?

2010-07-28 Thread Bob Archer
> On Wed, Jul 28, 2010 at 4:02 PM, Ralph Seichter > wrote: > > On 28.07.10 20:13, Ds Jstc wrote: > >> > >> Is this something Tigris can change? > > > > I hope Tigris will never consider abandoning mailing lists for a > forum. > > It should also be noted that Subversion hasn't been using Tigris >

Re: Mailing lists? Really?

2010-07-28 Thread Hyrum K. Wright
On Wed, Jul 28, 2010 at 4:02 PM, Ralph Seichter wrote: > On 28.07.10 20:13, Ds Jstc wrote: >> >> Is this something Tigris can change? > > I hope Tigris will never consider abandoning mailing lists for a forum. It should also be noted that Subversion hasn't been using Tigris infrastructure for mai

Re: Mailing lists? Really?

2010-07-28 Thread Ralph Seichter
On 28.07.10 20:13, Ds Jstc wrote: > my inbox is entirely full enough, thank you. There are numerous fine MUAs out there which will gladly sort your incoming mail and prevent inbox clutter by providing folders. You might also be able to use Sieve for a server-side solution. > Please change over t

Re: Mailing lists? Really?

2010-07-28 Thread Stanimir Stamenkov
Wed, 28 Jul 2010 11:13:26 -0700, /Ds Jstc/: I want to search for solutions, complain about my favorite missing features, and reply to other people's problems when I've already solved them. Search for solutions in the archives: http://subversion.apache.org/mailing-lists.html You may even use

Re: Mailing lists? Really?

2010-07-28 Thread Les Mikesell
On 7/28/2010 1:13 PM, Ds Jstc wrote: I've been using subversion in a lighthearted way for a couple of years, recommending it to clients, sending a little money to Tigris now and then. It works very well for most of what I need it for. But I have one big problem that I can't resolve. It's this: t

Re: Mailing lists? Really?

2010-07-28 Thread Daniel Shahaf
Ds Jstc wrote on Wed, Jul 28, 2010 at 11:13:26 -0700: > I've been using subversion in a lighthearted way for a couple of years, > recommending it to clients, sending a little money to Tigris now and > then. It works very well for most of what I need it for. But I have > one big problem that

Mailing lists? Really?

2010-07-28 Thread Ds Jstc
I've been using subversion in a lighthearted way for a couple of years, recommending it to clients, sending a little money to Tigris now and then. It works very well for most of what I need it for. But I have one big problem that I can't resolve. It's this: the mailing list paradigm drives m

Path-Based Authorization for Tags

2010-07-28 Thread Luiz Guilherme Kimel
Hello there, I'm implementing a subversion repository that keeps project management artefacts. In other words, we are using SVN for document management. And everything was going right until we find that managers need to keep status of allocated human resources salaries and this can't be accesse

Re: How to get the client hostname while user committing the code to the repository?

2010-07-28 Thread Ryan Schmidt
On Jul 27, 2010, at 23:30, ram kumar wrote: > We are using http protocal. Please find the server and client details below. > We have to popup some window on the client machine either in pre or post > commit operation. Does this mean there is already some other program installed on every client

tree conflict issue(local add, incoming add upon merge)

2010-07-28 Thread tayjack
Hello, I have two branches(b1 and b2), I create one directory(directory_1) in these two branches and in this directory add some files, for example b1 | directory_1 | file_1 | file_2 b2 | directory_1 | file_3 | file_4 I merge b1 to trunk i

Re: Subversion 1.6 write-through proxy mirroring

2010-07-28 Thread John Beranek
On 26/07/10 23:15, Jim Lord wrote: > I’m setting up a write-through proxy mirror. I can run: > [snip] > > BUT, I can’t run: > > svnsync init --source-username svnsystem --source-password $pass > --sync-username svnsystem --sync-password $pass > https://versiontest1.divxnetworks.com/svn/vtest

Re: Repository shrinkage on conversion 1.5 -> 1.6?

2010-07-28 Thread John Beranek
On 28/07/10 10:50, B Smith-Mannschott wrote: > On Wed, Jul 28, 2010 at 11:01, John Beranek wrote: >> >> I maintain a 76000 revision Subversion 1.5 repository that add up to a >> 101GiB FSFS db. >> >> I'm looking to upgrade to 1.6, so did a dump and load cycle. The >> resulting dump file was 173GiB

Re: Repository shrinkage on conversion 1.5 -> 1.6?

2010-07-28 Thread B Smith-Mannschott
On Wed, Jul 28, 2010 at 11:01, John Beranek wrote: > > I maintain a 76000 revision Subversion 1.5 repository that add up to a > 101GiB FSFS db. > > I'm looking to upgrade to 1.6, so did a dump and load cycle. The > resulting dump file was 173GiB (I use --deltas). What surprised me is > that the re

Repository shrinkage on conversion 1.5 -> 1.6?

2010-07-28 Thread John Beranek
I maintain a 76000 revision Subversion 1.5 repository that add up to a 101GiB FSFS db. I'm looking to upgrade to 1.6, so did a dump and load cycle. The resulting dump file was 173GiB (I use --deltas). What surprised me is that the restored repository came out as 71GB - 30GiB smaller! Is this unu