I'm trying to checkout files to a specific destination
directory but the base folder is being added.
I believe this is due to the destination being used as
a working directory rather than passed as an argument
to the svn command.
Goal:
copy files from:
svn://server2/MyApp/trunk/*.*
to destination:
D:\Build\src\MyApp\*.*
instead I get
D:\Build\src\MyApp\trunk\*.*
Here is my task:
<svn-checkout destination="MyApp"
uri="svn://server2/MyApp/trunk" verbose="true"
password="" />
Here is the output:
[svn-checkout] Command name: checkout
[svn-checkout] Working directory: D:\Build\src\MyApp
[svn-checkout] Executable: C:\Program
Files\Subversion\bin\svn.exe
[svn-checkout] Arguments: checkout
svn://server2/MyApp/trunk --non-recursive --quiet
--non-interactive --password=
[svn-checkout] Starting 'C:\Program
Files\Subversion\bin\svn.exe ( checkout
svn://server2/MyApp/trunk --quiet --non-interactive
--password=)' in 'D:\Build\src\MyApp'
Possible Fixes:
- To keep using the working directory then the svn
command should be:
svn checkout svn://server2/MyApp/trunk .
- Or get rid of the working directory change and change
the command to:
svn checkout svn://server2/MyApp/trunk MyApp
Nobody/Anonymous
Tasks
None
Public
|
Date: 2004-12-20 15:42 Logged In: YES |
|
Date: 2004-12-07 07:19 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2004-12-20 15:42 | randalx |
| resolution_id | None | 2004-12-20 15:42 | randalx |
| close_date | - | 2004-12-20 15:42 | randalx |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use