Difference between revisions of "Code"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | duply's svn repository is not the most recent source for the code. Usually the svn only get's updated on releases. But not always. | ||
+ | |||
+ | =Latest Development Snapshot= | ||
+ | |||
+ | mod time <nowiki>#$system:stat -c%y tmp/duply.sh| awk '{print $1}'#</nowiki> | ||
+ | plain/text -> http://duply.net/tmp/duply.sh | ||
+ | |||
=SVN access= | =SVN access= | ||
Line 14: | Line 21: | ||
<nowiki>#$system:wget -qO- http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/trunk/duply.sh | awk '{pre=sprintf("% 5d:\t",NR); print pre,$0}'#</nowiki> | <nowiki>#$system:wget -qO- http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/trunk/duply.sh | awk '{pre=sprintf("% 5d:\t",NR); print pre,$0}'#</nowiki> | ||
+ | [[File:Example.jpg]] |
Revision as of 18:31, 3 January 2011
duply's svn repository is not the most recent source for the code. Usually the svn only get's updated on releases. But not always.
Contents
Latest Development Snapshot
mod time #$system:stat -c%y tmp/duply.sh| awk '{print $1}'# plain/text -> http://duply.net/tmp/duply.sh
SVN access
Browse the repository
http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/trunk/
SVN access
svn co https://ftplicity.svn.sourceforge.net/svnroot/ftplicity/duply/trunk duply
SVN Log
http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/?view=log
Current Source (in SVN)
plain/text -> http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/trunk/duply.sh
#$system:wget -qO- http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/trunk/duply.sh | awk '{pre=sprintf("% 5d:\t",NR); print pre,$0}'#