hi ..

2010-06-17 Thread amit kumar
hi.. I am getting always an error while installing project from google repositry .. Open SVN Repository perspective - Right click on the left side and go to new -> repository location... - URL: https://quantdesk.googlecode.com/svn/trunk - Press Finish - Open the repository, right click

Re: hi ..

2010-06-18 Thread Ulrich Eckhardt
On Friday 18 June 2010, amit kumar wrote: > I am getting always an error while installing project from google repositry > .. > > Open SVN Repository perspective > - Right click on the left side and go to new -> repository location... > - URL: https://quantdesk.googlecode.com/svn/trunk > - Press Fi

Hi! I have problems

2010-10-26 Thread mgolo...@metrotek.ru
Hi everybody!!! I have problems with Apache+dav_svn+ssl. When I update or checkoutI receive error: REPORT of '/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.xxx.xx <https://svn.xxx.xx/>). Early it appeared sometimes, but now it shows

Re: Hi! I have problems

2010-10-26 Thread John Doe
From: "mgolo...@metrotek.ru" >I have problems with Apache+dav_svn+ssl. When I update or >checkoutI receive error: REPORT of '/!svn/vcc/default': Could not read >response body: Secure connection truncated (https://svn.xxx.xx). >Early > >it appeared someti

Re: Hi! I have problems

2010-10-26 Thread David Weintraub
On Tue, Oct 26, 2010 at 5:40 AM, John Doe wrote: > If you google for: > >  svn "Secure connection truncated" > > the first and second answers propose one solution.  maybe try it and see if > your > problems disappear? I just did that google, and the first post (http://gallery.menalto.com/node/53

hi, need help with svn command checkout

2011-05-22 Thread Elad A
hello, i am new to SVN. i build a system that store revision id when a branch is ready for QA. the developer use "ready to qa" string in his comment when commit. there is a post commit script that collect the revision and insert it to a DB. the QA goes to a web page that populate the "ready to Q

Re: hi, need help with svn command checkout

2011-05-22 Thread Ryan Schmidt
On May 22, 2011, at 14:36, Elad A wrote: > i build a system that store revision id when a branch is ready for QA. > the developer use "ready to qa" string in his comment when commit. > there is a post commit script that collect the revision and insert it to a > DB. > > the QA goes to a web p

Fwd: hi, need help with svn command checkout

2011-05-23 Thread Ole Pinto
Of course, have a thorough "make clean" target, and run it before rebuilding. If necessary, run "svn st" and check that no unversioned files remain (considering possible svn:ignore's you might have). On Mon, May 23, 2011 at 01:10, Ryan Schmidt wrote: > > On May 22, 2011, at 14:36, Elad A wrote:

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

Hi ; how do i get Subversion to archive a python *.pyc file

2010-01-22 Thread Robert Somerville
Subversion thinks it is a binary file and ignores it ...

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: 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: Hi .. Doc on Subversion integration with Oracle SQL Developer .. Regards, Abhi

2010-03-10 Thread Dave Levitt
On Thu, Mar 4, 2010 at 2:57 PM, Abhijeeth Tulasi wrote: > 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. >

Re: Hi ; how do i get Subversion to archive a python *.pyc file

2010-01-22 Thread Chris Shelton
Robert, On Fri, Jan 22, 2010 at 6:23 PM, Robert Somerville wrote: > > Subversion thinks it is a binary file and ignores it ... I suspect that this is caused by the global ignore settings, as I ran into this issue myself recently. Try: svn --no-ignore add myfile.pyc chris

Re: Hi ; how do i get Subversion to archive a python *.pyc file

2010-01-22 Thread Stefan Sperling
On Fri, Jan 22, 2010 at 03:23:55PM -0800, Robert Somerville wrote: > Subversion thinks it is a binary file and ignores it ... Because it's in the default global ignores list: $ grep global-ignores ~/.subversion/config ### Set global-ignores to a set

Hi, does anyone know of a company the can give support to SVN? preferablyin israel. thanks

2012-04-30 Thread Gil Kremer
Best regards, Gil Kremer IT & System Administration Manager Essence Security LTD. (Part of Essence Group) Tel: +972-73-2447733 | Fax: +972(9)9583727 | Mobile: +972-54-3289305 Email: gi...@essence-grp.com | Site: www.essence-grp.com This E-mail and any atta

Re: Hi, does anyone know of a company the can give support to SVN? preferablyin israel. thanks

2012-05-01 Thread Thorsten Schöning
Guten Tag Gil Kremer, am Montag, 30. April 2012 um 10:22 schrieben Sie: > Best regards, Please, next time at least repeat your subject in the body, else it's hard to quote what you want, search for your mail etc. > Hi, does anyone know of a company the can give support to SVN? O

Re: Hi, does anyone know of a company the can give support to SVN? preferablyin israel. thanks

2012-05-01 Thread Nico Kadel-Garcia
On Tue, May 1, 2012 at 3:16 AM, Thorsten Schöning wrote: > Guten Tag Gil Kremer, > am Montag, 30. April 2012 um 10:22 schrieben Sie: > > > Best regards, > > Please, next time at least repeat your subject in the body, else it's > hard to quote what you want, searc

Re: Hi, does anyone know of a company the can give support to SVN? preferablyin israel. thanks

2012-05-01 Thread Jonathan Paul
Hi Gil Kremer, A full blown disaster recovery capable system, with integrated backup, high > security access control, single-sign-on, and multiple distributed access > points for high speed local access, with an end-to-end workflow plan and > education for new users? That's. a

Re: Hi, does anyone know of a company the can give support to SVN? preferablyin israel. thanks

2012-05-01 Thread Brendan Flanagan
://www.wegobeyond.co.uk/] www.wegobeyond.co.uk -Original Message- From: "Jonathan Paul" Sent: Tuesday, 1 May, 2012 12:29pm To: "Nico Kadel-Garcia" Cc: "Thorsten Schöning" , "users@subversion.apache.org" Subject: Re: Hi, does anyone know