svnant: How to checkout specified URLs from a repository?
Posted
by
Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-12-31T08:28:48Z
Indexed on
2011/01/03
19:53 UTC
Read the original article
Hit count: 201
Hi all: i'm using SVNant to checkout a repository, the total repository content is so large and i'm only interest in a few file and directories, the repository structure as below:
project
folder1
folder2
largefolder
largefile1
largefile2
folder3
fileilike1.txt
fileilike2.txt
file.txt
file2.txt
etc...
i'm only interest in the files under project/ folder such as file.txt and file2.txt, and also all files under folder3. i do not want to checkout largefolder/ because it has extra-large files in it.
how to write the svnant script? i use ignore but seems not work.
© Stack Overflow or respective owner