You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Punkin Head <pu...@gmail.com> on 2006/04/28 22:50:05 UTC

Problem with long path name?

I have a path name that is 140+ characters long it seems to be causing
a problem.

Here is the error:

svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
cleanup' and try again
svn: Can't open file '{path}\.svn\tmp\text-base\{class}.js.svn-base':
The system cannot find the path specified.

Can anyone help with this?

We're using Continuum 1.0.3 with Maven 2.0.4 on WinXP.

Thanks,

--
Adam Altemus

Re: Problem with long path name?

Posted by Carlos Sanchez <ca...@apache.org>.
AFAIK it's a limitation of Windows

On 4/28/06, Punkin Head <pu...@gmail.com> wrote:
> I have a path name that is 140+ characters long it seems to be causing
> a problem.
>
> Here is the error:
>
> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
> cleanup' and try again
> svn: Can't open file '{path}\.svn\tmp\text-base\{class}.js.svn-base':
> The system cannot find the path specified.
>
> Can anyone help with this?
>
> We're using Continuum 1.0.3 with Maven 2.0.4 on WinXP.
>
> Thanks,
>
> --
> Adam Altemus
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

Re: Problem with long path name?

Posted by Lee Meador <le...@leemeador.com>.
In Windows you can't have two files in the same directory with filenames
that only differ as to case. That's why you can't rename a file in Windows
and change the case of some letter.

-- Lee

On 5/1/06, Punkin Head <pu...@gmail.com> wrote:
>
> Thanks for the replies.  The problem seems to have been with a
> filename that was too long.  We had two of them that were exceeding 35
> characters and after limiting them to under 30 it seems to have fixed
> it.
>
> On 4/29/06, Emmanuel Venisse <em...@venisse.net> wrote:
> > There are 2 possibilities for this problem:
> >
> > 1- your path length is too long, the maximum under windows is between
> 250 and 260 characters
> > 2- you have two files with the same name in your directory in svn but
> with different case.
> >
> > I think you're in the second possibility.
> >
> > Emmanuel
> >
> > Punkin Head a écrit :
> > > I have a path name that is 140+ characters long it seems to be causing
> > > a problem.
> > >
> > > Here is the error:
> > >
> > > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
> > > cleanup' and try again
> > > svn: Can't open file '{path}\.svn\tmp\text-base\{class}.js.svn-base':
> > > The system cannot find the path specified.
> > >
> > > Can anyone help with this?
> > >
> > > We're using Continuum 1.0.3 with Maven 2.0.4 on WinXP.
> > >
> > > Thanks,
> > >
> > > --
> > > Adam Altemus
> > >
> > >
> > >
> >
> >
>
>
> --
> Adam Altemus
>



--
-- Lee Meador
Sent from gmail. My real email address is lee@leemeador.com

Re: Problem with long path name?

Posted by Punkin Head <pu...@gmail.com>.
Thanks for the replies.  The problem seems to have been with a
filename that was too long.  We had two of them that were exceeding 35
characters and after limiting them to under 30 it seems to have fixed
it.

On 4/29/06, Emmanuel Venisse <em...@venisse.net> wrote:
> There are 2 possibilities for this problem:
>
> 1- your path length is too long, the maximum under windows is between 250 and 260 characters
> 2- you have two files with the same name in your directory in svn but with different case.
>
> I think you're in the second possibility.
>
> Emmanuel
>
> Punkin Head a écrit :
> > I have a path name that is 140+ characters long it seems to be causing
> > a problem.
> >
> > Here is the error:
> >
> > svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
> > cleanup' and try again
> > svn: Can't open file '{path}\.svn\tmp\text-base\{class}.js.svn-base':
> > The system cannot find the path specified.
> >
> > Can anyone help with this?
> >
> > We're using Continuum 1.0.3 with Maven 2.0.4 on WinXP.
> >
> > Thanks,
> >
> > --
> > Adam Altemus
> >
> >
> >
>
>


--
Adam Altemus

Re: Problem with long path name?

Posted by Emmanuel Venisse <em...@venisse.net>.
There are 2 possibilities for this problem:

1- your path length is too long, the maximum under windows is between 250 and 260 characters
2- you have two files with the same name in your directory in svn but with different case.

I think you're in the second possibility.

Emmanuel

Punkin Head a écrit :
> I have a path name that is 140+ characters long it seems to be causing
> a problem.
> 
> Here is the error:
> 
> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
> cleanup' and try again
> svn: Can't open file '{path}\.svn\tmp\text-base\{class}.js.svn-base':
> The system cannot find the path specified.
> 
> Can anyone help with this?
> 
> We're using Continuum 1.0.3 with Maven 2.0.4 on WinXP.
> 
> Thanks,
> 
> -- 
> Adam Altemus
> 
> 
>