jkeffer
12-20-2006, 05:21 PM
I'm attempting to use the Subversion step to do a checkout. For example, if the command line equivalent is:
svn checkout http://myrepository.com/myproject/trunk builddir
the checkout puts the files directly in the the builddir directory,
builddir/projectfile1
builddir/projectfile2
...
When I use the built-in step, I get
builddir/trunk/projectfile1
builddir/trunk/projectfile2
...
This is inconsistent with the command line, and is a problem if the repository path does not always point to trunk. Are there any plans to change this? While I can always use the command line, consistently using the built-in step would be more useful.
Julia
svn checkout http://myrepository.com/myproject/trunk builddir
the checkout puts the files directly in the the builddir directory,
builddir/projectfile1
builddir/projectfile2
...
When I use the built-in step, I get
builddir/trunk/projectfile1
builddir/trunk/projectfile2
...
This is inconsistent with the command line, and is a problem if the repository path does not always point to trunk. Are there any plans to change this? While I can always use the command line, consistently using the built-in step would be more useful.
Julia