[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SVN tetex commit: r159 - tex-common/trunk/scripts



Frank Küster <frank@debian.org> writes:

>> I thought about creating a directory like tex-common, tetex-base,
>> tetex-bin, but don't know how to do this. If you can do it, it would be
>> great.
>
> I would try with
>
> svn copy svn+ssh/foo/blabla/tex-common/scripts/mk-tex-fontpack svn+ssh/foo/blabla/make-texfontpkg/trunk/scripts/mk-tex-fontpack
>
> If this fails because it doesn't create the empty directories , you
>can probably checkout svn+ssh://user@svn.debian.org/svn/pkg-tetex/
>non-recursively and add the directories (make-texfontpkg,
>make-texfontpkg/trunk/, make-texfontpkg/trunk/whatever) manually,

svn copy won't create them for you if they don't exist.

(you don't need to have a working copy to create a directory: svn
mkdir can work on url.  Unfortunately svn mkdir doesnt have a '-p'
option, so you'd need a separate commit for each directory to be made,
so perhaps checking everything out is the way to go.)

>
>commit, remove and check out make-texfontpkg/trunk for work.  Now the
>remote copy command will work.
>

if you already have make-texfontpkg/trunk checked out, you dont need
to do delete it and check it out again, you can just do

mv trunk /tmp/
rm <stuff you dont need>
mv /tmp/trunk ./make-texfontpkg
svn up make-texfontpkg



Reply to: