File: pushsetuptree.cmd

package info (click to toggle)
gdata-sharp 2.2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 12,092 kB
  • sloc: cs: 67,781; xml: 38,234; python: 163; makefile: 149; sh: 27
file content (20 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cd ./..
rd /S /Q exporttree
rd /S /Q setuptree

svn export http://google-gdata.googlecode.com/svn/trunk/clients/cs/ exporttree\
mkdir setuptree
xcopy /E exporttree\src\*.* setuptree\Sources\Library\*.* 
xcopy /E exporttree\samples\*.* setuptree\Sources\Samples\*.*
xcopy /E exporttree\version\*.* setuptree\Sources\version\*.*
xcopy exporttree\docs\*.chm setuptree\Documentation\*.*
xcopy exporttree\*.txt setuptree\Documentation\*.*
xcopy exporttree\*.html setuptree\Documentation\*.*
xcopy exporttree\*.url setuptree\*.*

xcopy /E exporttree\lib\Release\*.dll setuptree\Redist\*.*
xcopy /E exporttree\lib\Release\*.exe setuptree\Samples\*.exe
xcopy /E exporttree\lib\ASP.NET\*.* setuptree\Redist\ASP.NET\*.*
xcopy /E exporttree\misc\icons\*.* setuptree\Icons\*.* 
rd /S /Q exporttree