|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
unable to checkout from trunkWhen I try to get the trunk, the following error occurs:
svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/ muse svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again svn: Can't open file 'muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.manageme nt.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMana gedContainerHome.java.svn-base': The system cannot find the path specified. svn cleanup doesn't help. --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... |
|
|
Re: unable to checkout from trunkit seems to be an .svn problem, not a muse one. Browsing that link
directly for trunk doesn't show an .svn hidden dir (which would be a problem). If you try checking out from trunk into a completely new directory does it work? On 1/13/09, Lucente, Richard D <richard.d.lucente@...> wrote: > When I try to get the trunk, the following error occurs: > > svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/ muse > > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn > cleanup' and try again > svn: Can't open file > 'muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.manageme > nt.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMana > gedContainerHome.java.svn-base': The system cannot find the path > specified. > > svn cleanup doesn't help. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... |
|
|
RE: unable to checkout from trunkI was actually able to check out at home last night, so it may be some
weird filtering rules at my company with their firewall. I just tried again at work and got the same error. If you're able to confirm that the file ''muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.managem ent.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMan agedContainerHome.java.svn-base' actually exists in the muse subversion repository, then I know the issue is on my end. It looks like security once again frees me from mundane things like getting work done ;) -----Original Message----- From: Chris Twiner [mailto:chris.twiner@...] Sent: Wednesday, January 14, 2009 7:00 AM To: muse-dev@... Subject: Re: unable to checkout from trunk it seems to be an .svn problem, not a muse one. Browsing that link directly for trunk doesn't show an .svn hidden dir (which would be a problem). If you try checking out from trunk into a completely new directory does it work? On 1/13/09, Lucente, Richard D <richard.d.lucente@...> wrote: > When I try to get the trunk, the following error occurs: > > svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/ muse > > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn > cleanup' and try again > svn: Can't open file > 'muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.manageme > nt.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMana > gedContainerHome.java.svn-base': The system cannot find the path > specified. > > svn cleanup doesn't help. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... |
|
|
Re: unable to checkout from trunk.svn directories should only exist on your local machine not in the
repository. Svn then only uses it for storing diffs etc. I'm not sure why its trying to download that file. Perhaps it can't actually create the correct files because of firewall or virus scanner issues. At the last place I had to use ssl to do anything with svn. If it worked at home (it works for me as well) I suspect you'll have to do the same. Note that if you are using eclipse its not enough to set properties in eclipse itself, you also have to add the proxy to the svn configuration files in your home directory. On 1/14/09, Lucente, Richard D <richard.d.lucente@...> wrote: > I was actually able to check out at home last night, so it may be some > weird filtering rules at my company with their firewall. I just tried > again at work and got the same error. If you're able to confirm that > the file > ''muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.managem > ent.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMan > agedContainerHome.java.svn-base' actually exists in the muse subversion > repository, then I know the issue is on my end. It looks like security > once again frees me from mundane things like getting work done ;) > > > -----Original Message----- > From: Chris Twiner [mailto:chris.twiner@...] > Sent: Wednesday, January 14, 2009 7:00 AM > To: muse-dev@... > Subject: Re: unable to checkout from trunk > > it seems to be an .svn problem, not a muse one. Browsing that link > directly for trunk doesn't show an .svn hidden dir (which would be a > problem). > > If you try checking out from trunk into a completely new directory does > it work? > > On 1/13/09, Lucente, Richard D <richard.d.lucente@...> wrote: > > When I try to get the trunk, the following error occurs: > > > > svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/ muse > > > > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn > > cleanup' and try again > > svn: Can't open file > > > 'muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.manageme > > > nt.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMana > > gedContainerHome.java.svn-base': The system cannot find the path > > specified. > > > > svn cleanup doesn't help. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: muse-dev-unsubscribe@... > > For additional commands, e-mail: muse-dev-help@... > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... |
|
|
RE: unable to checkout from trunkResolved the problem! Nothing to do with firewalls or security. It's
an issue with the subversion client on windows when you have long filenames. Full details are available at: http://subversion.tigris.org/faq.html#long-paths Subversion was unable to create the file. To resolve this, I put my muse directory at D:\muse instead of at the tail end of a longer file path. -----Original Message----- From: Lucente, Richard D Sent: Wednesday, January 14, 2009 9:55 AM To: muse-dev@... Subject: RE: unable to checkout from trunk I was actually able to check out at home last night, so it may be some weird filtering rules at my company with their firewall. I just tried again at work and got the same error. If you're able to confirm that the file ''muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.managem ent.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMan agedContainerHome.java.svn-base' actually exists in the muse subversion repository, then I know the issue is on my end. It looks like security once again frees me from mundane things like getting work done ;) -----Original Message----- From: Chris Twiner [mailto:chris.twiner@...] Sent: Wednesday, January 14, 2009 7:00 AM To: muse-dev@... Subject: Re: unable to checkout from trunk it seems to be an .svn problem, not a muse one. Browsing that link directly for trunk doesn't show an .svn hidden dir (which would be a problem). If you try checking out from trunk into a completely new directory does it work? On 1/13/09, Lucente, Richard D <richard.d.lucente@...> wrote: > When I try to get the trunk, the following error occurs: > > svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/ muse > > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn > cleanup' and try again > svn: Can't open file > 'muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.manageme > nt.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMana > gedContainerHome.java.svn-base': The system cannot find the path > specified. > > svn cleanup doesn't help. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... |
|
|
Re: unable to checkout from trunknice
On 1/14/09, Lucente, Richard D <richard.d.lucente@...> wrote: > Resolved the problem! Nothing to do with firewalls or security. It's > an issue with the subversion client on windows when you have long > filenames. Full details are available at: > http://subversion.tigris.org/faq.html#long-paths > > Subversion was unable to create the file. To resolve this, I put my > muse directory at D:\muse instead of at the tail end of a longer file > path. > > > -----Original Message----- > From: Lucente, Richard D > Sent: Wednesday, January 14, 2009 9:55 AM > To: muse-dev@... > > Subject: RE: unable to checkout from trunk > > I was actually able to check out at home last night, so it may be some > weird filtering rules at my company with their firewall. I just tried > again at work and got the same error. If you're able to confirm that > the file > ''muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.managem > ent.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMan > agedContainerHome.java.svn-base' actually exists in the muse subversion > repository, then I know the issue is on my end. It looks like security > once again frees me from mundane things like getting work done ;) > > -----Original Message----- > From: Chris Twiner [mailto:chris.twiner@...] > Sent: Wednesday, January 14, 2009 7:00 AM > To: muse-dev@... > Subject: Re: unable to checkout from trunk > > > it seems to be an .svn problem, not a muse one. Browsing that link > directly for trunk doesn't show an .svn hidden dir (which would be a > problem). > > If you try checking out from trunk into a completely new directory does > it work? > > On 1/13/09, Lucente, Richard D <richard.d.lucente@...> wrote: > > When I try to get the trunk, the following error occurs: > > > > svn co http://svn.apache.org/repos/asf/webservices/muse/trunk/ muse > > > > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn > > cleanup' and try again > > svn: Can't open file > > > 'muse\samples\eclipse-osgi\osgi_manager\bundles\org.apache.muse.manageme > > > nt.common\src\org\apache\muse\management\common\.svn\tmp\text-base\IMana > > gedContainerHome.java.svn-base': The system cannot find the path > > specified. > > > > svn cleanup doesn't help. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: muse-dev-unsubscribe@... > > For additional commands, e-mail: muse-dev-help@... > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-dev-unsubscribe@... > For additional commands, e-mail: muse-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: muse-dev-unsubscribe@... For additional commands, e-mail: muse-dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |