netbeans subversion

View: New views
3 Messages — Rating Filter:   Alert me  

netbeans subversion

by wrappingduke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello,



wondering if it's possible to checkout files from file url via netbeans? my internet connection was not strong enough to checkout all files where netbeans resided, so had to use another computer to checkout. now, would like to build sources from file url, if possible?



currently using NetBeans 5.5.1 & Subversion 1.4.6 w/ subversion bundled in netbeans on xp machine.



tried using file///C:/mydir but rec'v error msg.



help is appreciated





Re: netbeans subversion

by Peter Pis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

    it should have been possible if (in your case) the
"file:///C:/mydir" is valid subversion repository (that folder was
initialized by svnadmin create <repo_folder>)

Regards,
-Peter

wrappingduke wrote:

> hello,
>
>
>
> wondering if it's possible to checkout files from file url via netbeans? my internet connection was not strong enough to checkout all files where netbeans resided, so had to use another computer to checkout. now, would like to build sources from file url, if possible?
>
>
>
> currently using NetBeans 5.5.1 & Subversion 1.4.6 w/ subversion bundled in netbeans on xp machine.
>
>
>
> tried using file///C:/mydir but rec'v error msg.
>
>
>
> help is appreciated
>
>
>
>
>  


netbeans subversion

by wrappingduke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, thx.