Subversion

2010-03-04 Thread Leszek Szarlej
Hi I have svn in version 1.6.6 (r40053) running with Apache. I have many segmentation faults. The APR versions are as follows: SVN: libapr-1.so.0.3.8 libaprutil-1.so.0.3.9 APACHE: libapr-1.so.0.3.3 libaprutil-1.so.0.3.4 If in both of cases the versions are 1.3.x it still can be the reason of se

Re: Subversion

2010-03-04 Thread Stefan Sperling
On Thu, Mar 04, 2010 at 11:03:28AM +0100, Leszek Szarlej wrote: > Hi > > I have svn in version 1.6.6 (r40053) running with Apache. I have many > segmentation faults. The APR versions are as follows: > > SVN: > libapr-1.so.0.3.8 > libaprutil-1.so.0.3.9 > > APACHE: > libapr-1.so.0.3.3 > libaprutil

SVN error: (501 Not Implemented) while creating dir

2010-03-04 Thread Hussein Baghdadi
Hey,  I'm trying to create a branches directory for our project:  svn mkdir -m "Creating branches directory" http://local.domain/OoProject/branches  But I got this error:  svn: Server sent unexpected return value (501 Not Implemented) in response to OPTIONS request for 'http://local.domain/OoProj

svn load error

2010-03-04 Thread sandy k
Hi, I have a svn dump which is 3 months old and 20G in size. Now i wanted to restore / load this dump to new created svn repository But getting this error :- 1. <<< Started new transaction, based on original revision 24031 2. * adding path : flash/trunk/flash/modules/storyb

Re: Subversion

2010-03-04 Thread Stefan Sperling
On Thu, Mar 04, 2010 at 11:51:58AM +0100, Leszek Szarlej wrote: > Thank you for your message > > >Yes. Link both to the *same* APR libraries. > Could you please specify what do you mean by "link". Is it enough to change > symbolic links ? without recompiling from sources? You need to recompile to

Re: SVN error: (501 Not Implemented) while creating dir

2010-03-04 Thread Lieven Govaerts
On Thu, Mar 4, 2010 at 12:33 PM, Hussein Baghdadi wrote: > Hey, > I'm trying to create a branches directory for our project: > svn mkdir -m "Creating branches directory" > http://local.domain/OoProject/branches But I got this error: svn: Server sent unexpected return value (501 Not Implemented)

SVN and bug reporting tools

2010-03-04 Thread Oliver Marshall
Hi, We are looking at a trac/svn setup here, but before we commit ourselves does anyone know of any other bug reporting tools that can integrate with SVN? Certainly Trac can be a littletechnical in places and something that's easier for end users to deal with would be good. Olly [cid:pers

RE: "svn log" via svnserve is letting me see things it shouldn't, but "svn ls" works as I expect

2010-03-04 Thread Jon Foster
Hi, Stefan Sperling wrote: > On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote: > > In particular, log messages to files not in > > /cyclingproject/public should not be available. > > Log message are not per file. They are per revision. > They aren't tied to any particular path. > O

Re: SVN and bug reporting tools

2010-03-04 Thread Andy Levy
On Thu, Mar 4, 2010 at 08:13, Oliver Marshall wrote: > We are looking at a trac/svn setup here, but before we commit ourselves does > anyone know of any other bug reporting tools that can integrate with SVN? > Certainly Trac can be a littletechnical in places and something that's > easier f

Could not un- and re- link ~/.subversion/config

2010-03-04 Thread Alan Brogan
Hello the list, I just lost a few hours trying to do this: $ cd ~/.subversion $ rm -f config $ ln -s /path/to/another/config . The link command kept failing, because "File exists" WTF ? Turns out I cannot remove ~/.subversion/* in one command, as some other process is protecting them from d

Re: "svn log" via svnserve is letting me see things it shouldn't, but "svn ls" works as I expect

2010-03-04 Thread Stefan Sperling
On Thu, Mar 04, 2010 at 01:14:19PM -, Jon Foster wrote: > Hi, > > Stefan Sperling wrote: > > On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote: > > > In particular, log messages to files not in > > > /cyclingproject/public should not be available. > > > > Log message are not per

Re: SVN and bug reporting tools

2010-03-04 Thread Karl Heinz Marbaise
Hi Oliver, We are looking at a trac/svn setup here, but before we commit ourselves does anyone know of any other bug reporting tools that can integrate with SVN? Certainly Trac can be a littletechnical in places and something that's easier for end users to deal with would be good. Take a

Re: Programming a Watcher File

2010-03-04 Thread Andrey Repin
Greetings, David Weintraub! > On Tue, Mar 2, 2010 at 11:39 PM, Andrey Repin wrote: >> Sorry, my head is a bit crippled for now, and your post contains too much >> cross-references to be understandable in my current state. >> Could you please put it in simple terms, how you see your potential syst

Re: Could not un- and re- link ~/.subversion/config

2010-03-04 Thread Tyler Roscoe
On Thu, Mar 04, 2010 at 01:13:49PM +, Alan Brogan wrote: > I just lost a few hours trying to do this: > > $ cd ~/.subversion > $ rm -f config > $ ln -s /path/to/another/config . > > The link command kept failing, because "File exists" >WTF ? > > Turns out I cannot remove ~/.subversion/* i

Re: Could not un- and re- link ~/.subversion/config

2010-03-04 Thread Erik Andersson
try: "rm -Rf config" Cheers / Erik On Thu, Mar 4, 2010 at 2:13 PM, Alan Brogan wrote: > Hello the list, > > I just lost a few hours trying to do this: > > $ cd ~/.subversion > $ rm -f config > $ ln -s /path/to/another/config . > > The link command kept failing, because "File exists" > WTF ? >

Re: "svn log" via svnserve is letting me see things it shouldn't, but "svn ls" works as I expect

2010-03-04 Thread Reid Priedhorsky
On 03/04/10 07:14, Jon Foster wrote: Hi, Stefan Sperling wrote: On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote: In particular, log messages to files not in /cyclingproject/public should not be available. Log message are not per file. They are per revision. They aren't tied t

RE: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread Craig Thayer
David, Thank you for your reply. Yes, I have tested the script on the Subversion server and it runs just fine. And I agree it is obvious that Perl is including the directories to my libraries (so the use lib statements are working as designed as you stated). However, it is Perl that is compl

Re: Could not un- and re- link ~/.subversion/config

2010-03-04 Thread Alexey Neyman
"File exists" error means that the file is re-created after you delete it but before 'ln'. The fact that you were able to achieve re-linking by combining two commands into one (rm ... && ln ...) suggests that there is something invoking 'svn' periodically (cron job?). As far as I know, Subversi

Re: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread Chris Shelton
Craig, On Thu, Mar 4, 2010 at 12:20 PM, Craig Thayer wrote: > Yes, I have tested the script on the Subversion server and it runs just fine. >  And I agree it is obvious that Perl is including the directories to my > libraries (so the use lib statements are working as designed as you stated).  

Re: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread David Weintraub
Did you log in as the user that runs the Subversion server (usually the Apache user "apache" or "wwwrun" or some other user depending upon the installation) and try your script? That way, you can verify that this is not a permission issue. I also wonder if you might be causing issues with putting

Re: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread Kris Deugau
Craig Thayer wrote: David, Thank you for your reply. Yes, I have tested the script on the Subversion server and it runs just fine. As root, or as the user the repo is accessed as? /root isn't usually accessible by any user *other* than root in my experience, and most of the documentation as

RE: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread Craig Thayer
Bingo! That was it. Thank you Chris and David. David, I'm sorry I didn't try executing the script as the user the hook script runs as (which is apache BTW) as I already had a workaround. But when Chris mentioned that the /root directory is typically setup with root access only the light fina

Merge question

2010-03-04 Thread CoolBreeze
I'm getting back into using Subversion and I'm not sure how to answer a question a co-worker asked me regarding merging. Can someone please explain how the following is handled with the following repository structure of our ASP.NET Intranet site? Our repository is structured below: IntranetSite

Re: Merge question

2010-03-04 Thread Tyler Roscoe
On Thu, Mar 04, 2010 at 02:29:33PM -0500, CoolBreeze wrote: > Now having all production source code witin the Trunk and development within > the Branches, if I'm working on the source of a particular sub-program > within the Branches as well as another developer is working a different > source file

RE: Merge question

2010-03-04 Thread Bob Archer
> On Thu, Mar 04, 2010 at 02:29:33PM -0500, CoolBreeze wrote: > > Now having all production source code witin the Trunk and development > within > > the Branches, if I'm working on the source of a particular sub-program > > within the Branches as well as another developer is working a different > >

Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Abhijeeth Tulasi
Hi, I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I was wondering if anyone would be kind enough to refer me the setup process of integrating Subversion with Oracle SQL Developer. Thank you, Abhi

RE: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Bob Archer
> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I was > wondering if anyone would be kind enough to refer me the setup process of > integrating Subversion with Oracle SQL Developer. > Thank you, > Abhi Is that a Windows tool? If so, does it support the SCC providers? If yes

Re: How to use txdelta_window?

2010-03-04 Thread Alexey Neyman
Figured it out; I used svn_repos_replay, which does not send deltas. Everything works with svn_repos_replay2. Regards, Alexey. On Wednesday 03 March 2010 05:34:02 pm Alexey Neyman wrote: > Hi all, > > I am trying to check for some content changes in the pre-commit script, > and for that I am try

Re: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Mark Phippard
On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote: >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I was >> wondering if anyone would be kind enough to refer me the setup process of >> integrating Subversion with Oracle SQL Developer. >> Thank you, >> Abhi > > Is that a Wind

RE: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Bob Archer
> On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote: > >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I > was > >> wondering if anyone would be kind enough to refer me the setup process > of > >> integrating Subversion with Oracle SQL Developer. > >> Thank you, > >> Abhi >

Re: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Mark Phippard
On Thu, Mar 4, 2010 at 3:33 PM, Bob Archer wrote: >> On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote: >> >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I >> was >> >> wondering if anyone would be kind enough to refer me the setup process >> of >> >> integrating Subversio

Re: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Abhijeeth Tulasi
Dear Bob and Mark, Thanks for your replies. "Oracle SQL Developer" is not a Windows Tool (Not a Microsoft Tool like Visual Studio). Its a tool developed by Oracle Corp. and they claim to have close integration with Subversion. Kindly have a quick look at this link http://www.oracle.com/technology/

RE: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-04 Thread Bob Archer
> .. Regards, Abhi > > On Thu, Mar 4, 2010 at 3:33 PM, Bob Archer wrote: > >> On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote: > >> >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. > I > >> was > >> >> wondering if anyone would be kind enough to refer me the setup > proce

Re: Merge question

2010-03-04 Thread Tyler Roscoe
On Thu, Mar 04, 2010 at 02:49:53PM -0500, Bob Archer wrote: > http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge.cherrypicking Bob is an excellent example of someone less lazy than me :). tyler

svn export lists inaccessible files

2010-03-04 Thread larry carleton
I use tortoise SVN for subversin access: I think tortoise use *svn export --force --depth immediate URL* to list directory contents in their browser and *svn checkout URL* for checkouts. This means the browser displays directories to which content access is denied, and which will not be checked

RE: svn export lists inaccessible files

2010-03-04 Thread Bob Archer
> I use tortoise SVN for subversin access: > I think tortoise use svn export --force --depth immediate URL to list > directory contents in their browser > and svn checkout URL for checkouts. > This means the browser displays directories to which content access is > denied, and which will not be che

Empty username in repo

2010-03-04 Thread Králik Barnabás
Hello! As an SVN server I have subversion 1.6.9 w/mod_svn 1.6.9 on a Debian box. Authentication is HTTP Basic through HTTPS against an LDAP directory. Sometimes when doing a commit the username field is empty in the repository (svn ls shows a "?"). I am using two clients: TortoiseSVN (1.6.7.184

SVN Bug? mergeinfo being stamped on wrong files

2010-03-04 Thread Brad Heide
Hi. This is my first attempt at making a bug report to this group. Hopefully I'll get it right. SVN server version: 1.6.5. Build: Tigris.org, Apache 2.2 compatible, maintained by D.J. Heap, Branko Čibej and Troy Simpson) SVN client version: 1.6.9. Build: Collabnet, Windows version. Client OS: W

Doubts

2010-03-04 Thread An Me
Hi All, These are my doubts. (1) When we checkout the project from svn,a new hidden folder .svn also cmes in to picture.When I opened the folder, I saw these sub folders prop-base, text-base,props, tmp and files namely,dir-prop-base and entries.What is the significance of these subfolders and fi

Re: Doubts

2010-03-04 Thread David Weintraub
Answers below. -- David Weintraub da...@weintraub.name Sent from my iPhone while riding in my Ferrari. (Jealous?) On Mar 5, 2010, at 12:29 AM, An Me wrote: Hi All, These are my doubts. (1) When we checkout the project from svn,a new hidden folder .svn also cmes in to picture.When I opene

good svn GUI for linux ?

2010-03-04 Thread J. Bakshi
Hello list, Could any one suggest me a good svn GUI client for linux ? I have already found esvn as a nice one. aptana is there but it is a java baded IDE with svn plugin support and aptana is HUGE... Apart from these two rapidsvn is tehre and I have also found pysvn based on python. I am searchin