[gwt-contrib] Re: Open source? How?

2009-04-01 Thread Allan Jacobs
I had created a folder named GWT and use svn to download google-web- toolkit-read-only. Then I tried to download tools into the GWT folder and was blocked. Checking out into a directory to the side of the GWT folder fixed the problem. The responsiveness of the GWT team to this alias was way,

[gwt-contrib] Re: Open source? How?

2009-03-31 Thread Allan Jacobs
There is a problem with the subversion setup C: svn checkout http://google-web-toolkit.googlecode.com/svn/tools/ tools C: REM Non-members may check out a read-only working copy anonymously over HTTP. C: REM svn checkout http://google-web-toolkit.googlecode.com/svn/trunk/

[gwt-contrib] Re: Open source? How?

2009-03-31 Thread Scott Blum
Works for me.. what version of svn are you using? On Tue, Mar 31, 2009 at 1:35 PM, Allan Jacobs jacobsallans...@gmail.comwrote: There is a problem with the subversion setup C: svn checkout http://google-web-toolkit.googlecode.com/svn/tools/ tools C: REM Non-members may check out a

[gwt-contrib] Re: Open source? How?

2009-03-31 Thread Allan Jacobs
1.4.6. The latest is 1.6.0. It's been a year since I worked on open source. On Mar 31, 11:18 am, Scott Blum sco...@google.com wrote: Works for me.. what version of svn are you using? On Tue, Mar 31, 2009 at 1:35 PM, Allan Jacobs jacobsallans...@gmail.comwrote: There is a problem with

[gwt-contrib] Re: Open source? How?

2009-03-31 Thread Freeland Abbott
Perhaps more directly, exactly what problems are you having? As John mentioned, you also need to check out the tools directory from .../svn/tools, typically to a sibling directory of your trunk checkout. Don't be confused by the tools subdirectory inside your trunk checkout; they're entirely

[gwt-contrib] Re: Open source? How?

2009-03-30 Thread Ray Ryan
Read the next section, titled Compiling from Source rjrjr On Mon, Mar 30, 2009 at 9:52 AM, Allan Jacobs jacobsallans...@gmail.comwrote: http://code.google.com/webtoolkit/makinggwtbetter.html#compiling describes how to download and compile GWT source. Download, it says, starts with the

[gwt-contrib] Re: Open source? How?

2009-03-30 Thread John Tamplin
On Mon, Mar 30, 2009 at 12:52 PM, Allan Jacobs jacobsallans...@gmail.comwrote: http://code.google.com/webtoolkit/makinggwtbetter.html#compiling describes how to download and compile GWT source. Download, it says, starts with the Subversion command line svn checkout