Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/rc/bin/replica/push – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
rfork en
4
 
5
fn usage {
6
	echo 'usage: replica/push [-nv] replica-name [paths]' >[1=2]
7
	exit usage
8
}
9
 
10
. /rc/bin/replica/defs $*
11
 
12
need clientproto clientexclude cfgopt clientdb clientroot serverroot paths
13
 
14
must servermount
15
must clientmount
16
exec replica/applychanges -p $clientproto $clientexclude $opt $cfgopt \
17
	$clientdb $clientroot $serverroot $paths
18