Re: Checked Out CGI not served by Apache

2010-10-05 Thread Siva Kumar
> The permissions of the files appear to be fine as they match the permissions > and ownerships of the manually created files. Are you sure the ownership is also the same ?

Re: Problem with external files

2010-10-05 Thread Daniel Shahaf
Anything concerning unreleased code is on-topic for d...@. Daniel (though next time, you could have just /sent/ it in the first place to potentially avoid the extra round-trip? ) Bob Fletcher wrote on Mon, Oct 04, 2010 at 15:52:21 -0500: > I have a problem with external files using the 1.7 WC f

Re: Implementing an infomration centric subversion client

2010-10-05 Thread Daniel Shahaf
Lars Brown wrote on Tue, Oct 05, 2010 at 19:18:54 +0200: > Our project goal is to implement information centric network approaches > in a information centric subversion client. (www.netinf.org , > www.ccnx.org) > > This means that we are going to rewrite the subversion client and > server. We

Re: dumping non-continuous ranges using svnadmin dump

2010-10-05 Thread Ryan Schmidt
On Oct 5, 2010, at 11:06, Tech Geek wrote: >> svnadmin dump -r 1:15 sandbox > sandbox-dumpfile >> svnadmin dump -r 18:19 sandbox > sandbox-dumpfile2 >> >> Then when it comes time to load, load the first file, then the second > > Tried but does not work... > > # svnadmin load sandbox-restore < s

Re: Importing Existing Repository into a New Repository

2010-10-05 Thread Ryan Schmidt
On Oct 5, 2010, at 15:22, Tech Geek wrote: > and load project a as project b and take all the history with you. > Just create a new project b without adding trunk etc. in revision 1. > I do not want all the revision history of projectA into projectB. I just need > to start projectB with the late

Checked Out CGI not served by Apache

2010-10-05 Thread James Simpson
Hi, I am currently trying to set up a python cgi based websystem. I am using an SVN to backup the entirety of my ./www directory. When I create python files manually and access them from the browser they work fine. But if they are checked out from the svn they do not get served by apache and it ret

Re: Importing Existing Repository into a New Repository

2010-10-05 Thread Tech Geek
> > and load project a as project b and take all the history with you. > Just create a new project b without adding trunk etc. in revision 1. > I do not want all the revision history of projectA into projectB. I just need to start projectB with the latest code (trunk HEAD of) projectA. May be I am

Re: Importing Existing Repository into a New Repository

2010-10-05 Thread Thorsten Schöning
Guten Tag Tech Geek, am Dienstag, 5. Oktober 2010 um 21:47 schrieben Sie: > Is there a better way? I didn't really understand what exactly your requirements regarding the revision number of project b are, but it seems you can just dump and load project a as project b and take all the history with

Importing Existing Repository into a New Repository

2010-10-05 Thread Tech Geek
I have an exisiting repository at /var/lib/svn/projectA with (tags, branches, trunk structure) whose HEAD is at Revision 25 I just created a new/fresh repository at /var/lib/svn/projectB with (tags, branches, trunk structure) whose HEAD is at Revision 1 (because of importing the tags, branches and

Re: Implementing an infomration centric subversion client

2010-10-05 Thread Chris Albertson
On Tue, Oct 5, 2010 at 10:18 AM, Lars Brown wrote: >... thinking of modifying the svn transfer protocol a bit. Just one request, if you modify the protocol so that it no longer works with existing SVN clients or servers please make up some new name (that does not contain "svn") so as not to conf

Implementing an infomration centric subversion client

2010-10-05 Thread Lars Brown
Hello friends! We are currently carrying out are thesis work at the Swedish Institute of Computer Science. Our project goal is to implement information centric network approaches in a information centric subversion client. (www.netinf.org , www.ccnx.org) This means that we are going to rew

Re: crash dump in merge

2010-10-05 Thread Stefan Sperling
See http://svn.haxx.se/users/archive-2010-09/0065.shtml On Mon, Oct 04, 2010 at 01:56:32PM +0200, Franz Weiss | ecofinance wrote: > Hi everybody, > > I had a crash dump while merging changes from trunk to a branch. There where > one added file and one changed file in trunk. > My steps: > > > 1

Re: dumping non-continuous ranges using svnadmin dump

2010-10-05 Thread Tech Geek
> > svnadmin dump -r 1:15 sandbox > sandbox-dumpfile > svnadmin dump -r 18:19 sandbox > sandbox-dumpfile2 > > Then when it comes time to load, load the first file, then the second Tried but does not work... # svnadmin load sandbox-restore < sandbox-dumpfile The above command restored it up to 15

Re: Rapid svn version 0.12.0 subversion 1.6.6

2010-10-05 Thread Ulrich Eckhardt
On Tuesday 05 October 2010, Tim Wall wrote: > I am having problems updating and committing data. I get the following > error messages: > > > Error: Error while performing action: Commit failed (details follow): > when updating > Ready > > Execute: Update > Error: Error while performing

Rapid svn version 0.12.0 subversion 1.6.6

2010-10-05 Thread Tim Wall
Hi I am having problems updating and committing data. I get the following error messages: Error: Error while performing action: Commit failed (details follow): when updating Ready Execute: Update Error: Error while performing action: Unknown error! In file /build/buildd/subve

Re: Svn crash

2010-10-05 Thread Ulrich Eckhardt
On Tuesday 05 October 2010, kevin lyons wrote: > This problem is driving me nuts! Something this standard should just work. What are you doing to trigger that bug? Uli -- ML: http://subversion.apache.org/docs/community-guide/mailing-lists.html FAQ: http://subversion.apache.org/faq.html Docs: ht