*** GMX Spamverdacht *** [Eric] Subversion-Access

Andreas Pakulat apaku at gmx.de
Tue Sep 5 10:05:34 BST 2006


On 05.09.06 10:49:59, Christof Hanke wrote:
> I have a problem with subversion using https with authentication.
> Probably my mistkae, but here we go...
> 
> The repository is published by apache2 and can be viewed under
> https://server/repos/<RepositoryName>
> 
> On the command-line, svn info . brings up as URL just
> "https://server/repos/<RepositoryName>", which is to be expected.
> 
> If I create a new Project with "Repository has standard layout" checked,
> I get the error
> "https://server/repos/<RepositoryName>/trunk does not exist"
> Why is "trunk" added to it ?

Because that is what "Repository has standard layout" means, i.e. you
have:

<repos>/trunk
<repos>/branches
<repos>/tags

See the subversion book for reasons to follow this layout.

> If I uncheck the "Repository has standard layout" box, then I do get the
> files, but the project itself is marked as "The project is not version 
> controlled." :-(

That's bad, but I have no idea why that happens.

> * If I type in a local directory which does not exists, the directory is 
> created, but the svn-checkout is not performed.

There's no checkout needed. I.e. if you create a directory locally and
add it to the version control (and check this in) you don't need to
check it out afterwards.  SVN already knows it's under version control
and will update it if needed.

> * It would be really nice, to have a "back"-button in case of creating a 
> project from a Repository and this fails, because it kind of tedious to type in 
> the servername and Directory all over again (with a differnt typo this time ;-)

Well,  a back button would need to remove the existing directory from
the repository, if it created one. Should be rather easy to do, unless
I'm overlooking something.

Andreas

-- 
Look afar and see the end from the beginning.


More information about the Eric mailing list