Okay, next issue.
My project structure now looks like this
Repos->trunk->src and a whioel bunch of other resources for execution.
This seems tro be upsetting Eclipse. I can import it all right and
create a WO but I cant find a way to tell it that the src directory is
the only directory with Java code. Going
to the Source pane in the Build Paths dialog only shows me the root
and wont seem
to let me set it to the src directory.
What am I doing wrong?
Thanks folks.
JK
On 8/8/05, Mark Phippard <MarkP@softlanding.com> wrote:
> Jeffrey Kesselman <jeffpk@gmail.com> wrote on 08/08/2005 04:18:15 PM:
>
> > Interesting and a good point, thanks!
> >
> > Maybe I just need to reorganize my repository.
> >
> > Im somewhatnew to SVN, are there admi ncommands that would let me fo
> > the equivalent of unix mkdir and move to move the whole tree down a
> > coupel of directories?
>
> In your case, just do it all in your WC and then commit.
>
> svn mkdir trunk
> svn mv *.* trunk
> svn mv folder1 trunk
> svn mv folder2 trunk
>
> etc... until you get it right.
>
> Then svn commit it.
>
> Mark
>
>
>
> _____________________________________________________________________________
> Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
> _____________________________________________________________________________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Tue Aug 9 07:25:48 2005