I want with ant access a subversion-repository and get a list of files available under a specific svn-url like https://svn.myhost.de/repository/path/into/repo. I want to list all items, subdirectories or files, in some form I can work with later in the ant-file. A comma-separated list is fine, it can be input for the foreach-task of ant-contrib.
Share
The Subclipse Project of Subversion provides svnant
svnant includes
svnFileSet, anant typethat works just like afileset.You need to download the appropriate version for the Subversion release you’re using, and follow the instructions in the documentation for including the
svnanttasks, types, selectors and conditions in yourantbuild file.