Difference between revisions of "fpsvnsync"

From Lazarus wiki
Jump to navigationJump to search
 
m (Link to SvnClasses)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
fpsvnsync is a tool I have written to mirror the lazarus svn repository to SourceForge. It has similar functionality as [http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt svnsync] that comes with the svn command line tools. But svnsync requires that you can change revision properties, which is not allowed by SourceForge.
+
fpsvnsync is a tool I have written to mirror the lazarus svn repository to SourceForge. It has similar functionality as [http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt svnsync] that comes with the svn command line tools. But svnsync requires that you can change revision properties, which [http://sourceforge.net/tracker/?func=detail&aid=1655191&group_id=1&atid=350001 SourceForge didn't allow].
  
Before publishing I want to bit of clean up of the code, it is very verbose now.
+
fpsvnsync uses [[SvnClasses]].
 +
 
 +
=== SVN ===
 +
fpsnvsync is in the lazarus-ccr SourceForge repository. You can check out the source with the following command:
 +
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpsvnsync fpsvnsync
 +
 
 +
The necessary svnpkg Lazarus package can be checked out by doing:
 +
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/svn svn
 +
 
 +
=== Download ===
 +
Before publishing I want to do a bit of code cleanup, it is very verbose now.

Latest revision as of 15:24, 2 January 2012

fpsvnsync is a tool I have written to mirror the lazarus svn repository to SourceForge. It has similar functionality as svnsync that comes with the svn command line tools. But svnsync requires that you can change revision properties, which SourceForge didn't allow.

fpsvnsync uses SvnClasses.

SVN

fpsnvsync is in the lazarus-ccr SourceForge repository. You can check out the source with the following command:

svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpsvnsync fpsvnsync

The necessary svnpkg Lazarus package can be checked out by doing:

svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/svn svn

Download

Before publishing I want to do a bit of code cleanup, it is very verbose now.