Jump to content

Is it possible to check out a deeper subdirectory of a repository ?


uml2

Recommended Posts

Hi, PSCM users?

When creating a working space, I want to check out a deeper subdirectory of a repository.

Is it possible in PlasticSCM4 ?

Thank you.

Wonho Seo.

There is the subverion samples:

Creating a Working Copy

svn checkout http://svn.example.com/svn/repo/trunk

you can just as easily check out a deeper subdirectory of a repository by specifying that subdirectory's URL as the checkout URL:

svn checkout http://svn.example.com/svn/repo/trunk/src

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...