Re: Union of Multiple Branches

2010-01-06 Thread Rob van Oostrum
"Cleaning up" your branches is a bad idea. It just creates that much more administrative overhead. Not to mention having to tiptoe around the deletions when merging the branch back to trunk, which will affect merge tracking's performance. What I would do instead is leverage sparse checkouts to onl

Connection Time out error

2010-01-06 Thread John D
HiAm getting the following error, when i try to check out a big directoryREPORT of '/svn/code/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host.I have seen lot of people come across this issue on the internet but haven't come across a

Re: Didn't create trunk/branches/tags, now what?

2010-01-06 Thread Andy Levy
On Wed, Jan 6, 2010 at 21:46, Eric wrote: > > Well, it seems that when I created my Subversion repository, I neglected to > create the trunk / branches / tags as recommended (yeah, I know...). > > Hasn't been a problem up to now but now we're going to want to start using > tags. > > So, any reason

Didn't create trunk/branches/tags, now what?

2010-01-06 Thread Eric
Well, it seems that when I created my Subversion repository, I neglected to create the trunk / branches / tags as recommended (yeah, I know...). Hasn't been a problem up to now but now we're going to want to start using tags. So, any reason I can't just create the trunk / branches / tags

Re: Union of Multiple Branches

2010-01-06 Thread BRM
- Original Message > I understand this is not common workflow, but I'd like to know if there is a > simple way to accomplish this goal before I start scripting a solution. > > Some background: one of the requirements for my organization moving to > subversion was the ability to create

Union of Multiple Branches

2010-01-06 Thread Mattius McLaughlin
Hi All, I understand this is not common workflow, but I'd like to know if there is a simple way to accomplish this goal before I start scripting a solution. Some background: one of the requirements for my organization moving to subversion was the ability to create tags/branches that contai

Re: Announcements email list

2010-01-06 Thread Ryan Schmidt
On Jan 6, 2010, at 12:14, Tim Eicher wrote: > I tried to subscribe to the Announcements email list by sending an email to: > announce-subscr...@subversion.tigris.org > > And got back the response: > > "We are sorry to inform you that your recent subscription request was > denied. This is proba

Re: Subversion Histroy question

2010-01-06 Thread Ryan Schmidt
On Jan 6, 2010, at 12:31, Andreas Hoegger wrote: > Yes I do. You can imagine if 150 developers have been working for 5 years > nobody will use 'blame'/'annotate' commands except for you feel infinitely > bored at least with version 1.4 (it would take hours). Is there really nobody > having the

Can Subversion use PAM?

2010-01-06 Thread Robert Ribnitz
Hello all, I have just had a look at subversion from the admin side; I have used it as a user for quite some time. I was looking through the manuals, and could not find it anywhere: - Can the svn server be configured in such as way as to use the Pluggable Authentication Module architecture for a

RE: Announcements email list

2010-01-06 Thread Todd Gleason
> -Original Message- > From: Tim Eicher [mailto:t...@tundrasoftware.net] > Sent: Wednesday, January 06, 2010 11:15 AM > To: users@subversion.apache.org > Subject: Announcements email list > > Hello, > > I tried to subscribe to the Announcements email list by sending an > email to: > announc

AW: Subversion Histroy question

2010-01-06 Thread Andreas Hoegger
Hi Erik, Yes I do. You can imagine if 150 developers have been working for 5 years nobody will use 'blame'/'annotate' commands except for you feel infinitely bored at least with version 1.4 (it would take hours). Is there really nobody having the same problems? Bye Andy -Ursprüngliche N

Announcements email list

2010-01-06 Thread Tim Eicher
Hello, I tried to subscribe to the Announcements email list by sending an email to: announce-subscr...@subversion.tigris.org And got back the response: "We are sorry to inform you that your recent subscription request was denied. This is probably because you do not have the required permissions

Re: Subversion Histroy question

2010-01-06 Thread Erik Huelsmann
Hi Andreas, On Wed, Jan 6, 2010 at 1:28 PM, Andreas Hoegger wrote: > Hi all, > We have been using SVN for years. Our repositories raised in size over the > years. To get our repositories easier to maintain/backup we are looking for a > possibility to get rid of unused old revisions. You're awa

Re: Subversion Histroy question

2010-01-06 Thread Ryan Schmidt
On Jan 6, 2010, at 06:28, Andreas Hoegger wrote: > We have been using SVN for years. Our repositories raised in size over the > years. To get our repositories easier to maintain/backup we are looking for a > possibility to get rid of unused old revisions. > > E.g. Out of a repository of 10'00

SVN 1.6.6 compilation error

2010-01-06 Thread Rodrigo Goncalves
Hello ALL, I am trying to compile SVN 1.6.6 on a linux machine. After resolving all dependencies and running the ./configure, I am getting a strange error at make: (...) /bin/sh /root/svn/subversion-1.6.6/libtool --tag=CC --silent -- mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE - D

"svnadmin dump" run as Windows service killed by user logoff event

2010-01-06 Thread Nicolas Hannebicque
Hello In my company, we use a homemade Windows service to launch processes on remote servers (one service per server). A central scheduling program connects to the remote service and then fires jobs on the machine. This way, backup of our SVN repository is scheduled and the command "svnadmin.exe

Subversion Histroy question

2010-01-06 Thread Andreas Hoegger
Hi all, We have been using SVN for years. Our repositories raised in size over the years. To get our repositories easier to maintain/backup we are looking for a possibility to get rid of unused old revisions. E.g. Out of a repository of 10'000 revisions the interest is in the last 1'000 revisi