On 1/22/06, Adam Hardy <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:/home/java/commons-beanutils/trunk$ svn up > http://svn.apache.org/repos/asf/jakarta/commons/proper/beanutils/trunk > svn: 'http://svn.apache.org/repos/asf/jakarta/commons/proper/beanutils' > is not a working copy > > Which directory on my hard drive do I need to be in, and is that URL > correct for an update?
What you name the directory on your side doesn't matter. (I always leave off the 'trunk' part. Sometimes I do a fresh checkout into project-temp to make sure build changes work, and then delete it.) This page (under Project Info on the menu) http://jakarta.apache.org/commons/beanutils/cvs-usage.html gives the correct URL, which is http://svn.apache.org/repos/asf/jakarta/commons/proper/beanutils/trunk $ svn info will tell you what URL your Subversion client thinks is associated with a directory. If you can't find a local directory associated with the correct URL, then I would just delete beanutils and check it out again. Assuming you don't have a bunch of local changes, that is. :) If you do, I think there's a way to switch the repository URL for a given working copy. (Follow up on commons-dev if you need more help building the project.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
