Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

vincecmic

thank you it works...
martin

Re: Exclude doesn't work.... Please help!!!

vincecmic wrote:


option exclude "*/transactions/*"
option exclude "*current*"
option exclude "log.*"

Reseting option value overwrite previous one. So only "log.*" actually applies. Do this:
option exclude "*/transactions/*; *current*; log.*"
vincecmic

Exclude doesn't work.... Please help!!!

Please help.

My exclude options just won't work no matter what I do:

option batch abort
option confirm off
open root:##########@svn

cd /SAN/jasperserver/svnrepos/db
option transfer binary
get current F:\pdc2000_OLD\Backup\SVN\REPO\Backup\jasperserver\
close

open root:SVNroot#@svn
option transfer binary
option exclude "*/transactions/*"
option exclude "*current*"
option exclude "log.*"
synchronize local F:\pdc2000_OLD\Backup\SVN\REPO\Backup\jasperserver /SAN/jasperserver/

# Disconnect
close
# Exit WinSCP
exit