Difference between revisions of "fpsvnsync"

From Lazarus wiki
Jump to navigationJump to search
(added nore info)
Line 5: Line 5:
 
  svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpsvnsync fpsvnsync
 
  svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpsvnsync fpsvnsync
  
The necessary svnpkg Lazarus package can be checkout by doing:
+
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
 
  svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/svn svn
  
 
=== Download ===
 
=== Download ===
 
Before publishing I want to bit of clean up of the code, it is very verbose now.
 
Before publishing I want to bit of clean up of the code, it is very verbose now.

Revision as of 22:07, 19 October 2011

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 doesn't allowed.

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 bit of clean up of the code, it is very verbose now.