<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/cvsync/PLIST, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-06-14T17:48:39Z</updated>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T17:48:39Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T17:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a3974bf3b6efabbf626979c76d7215661405a16e'/>
<id>urn:sha1:a3974bf3b6efabbf626979c76d7215661405a16e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cvsync 0.24.16 is available.</title>
<updated>2004-06-20T16:44:44Z</updated>
<author>
<name>gehenna</name>
<email>gehenna</email>
</author>
<published>2004-06-20T16:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ad1f27e01f6ab47628b9fe6833d354e79419f6a3'/>
<id>urn:sha1:ad1f27e01f6ab47628b9fe6833d354e79419f6a3</id>
<content type='text'>
Changes:
  * Improve performance to parse rcsfile(5) based files with many revisions.
  * Make this compile on Interix.
</content>
</entry>
<entry>
<title>cvsync 0.24.15</title>
<updated>2004-04-17T03:25:47Z</updated>
<author>
<name>gehenna</name>
<email>gehenna</email>
</author>
<published>2004-04-17T03:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9ed85cafcce9b577d87aca554488940e891cd83e'/>
<id>urn:sha1:9ed85cafcce9b577d87aca554488940e891cd83e</id>
<content type='text'>
Changes:
 * Make this compile with TenDRA.

 * Make this compile on Solaris7.

 * New utility: cvsync2cvsup

   This converts a scanfile from the cvsync style to the CVSup(R) style.
   It is useful for mirror maintainers to distribute the CVS repositories
   via both CVSup and CVSync protocols.

 * Improve robustness. (client)
</content>
</entry>
<entry>
<title>cvsync 0.24.9</title>
<updated>2003-10-29T00:43:38Z</updated>
<author>
<name>gehenna</name>
<email>gehenna</email>
</author>
<published>2003-10-29T00:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=05d96ad014ce982cb52ba7dbf97971f616a83c63'/>
<id>urn:sha1:05d96ad014ce982cb52ba7dbf97971f616a83c63</id>
<content type='text'>
Changes:
    * New utility: cvsup2cvsync

      This converts a scanfile from the CVSup(R) style to the cvsync style.
      It is useful for mirror maintainers to distribute the CVS repositries
      via both CVSup and CVSync protocols.

    * Use poll() instead of select() if available. (server/client)

    * New feature: refuse (client)

      It provides the way to refuse to add/update/remove files or
      directories.
</content>
</entry>
<entry>
<title>cvsync 0.24.6</title>
<updated>2003-09-09T17:48:37Z</updated>
<author>
<name>gehenna</name>
<email>gehenna</email>
</author>
<published>2003-09-09T17:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d993b53d44838ebb263871d6091246e8796933fa'/>
<id>urn:sha1:d993b53d44838ebb263871d6091246e8796933fa</id>
<content type='text'>
Changes:
        * New feature: specify configurations in command line. (client)

          URI Syntax:
                cvsync://&lt;hostname&gt;[:&lt;port&gt;][/[&lt;name&gt;/release/[?&lt;aux&gt;]]]

          Samples:
                cvsync://some.where/
                        Retrieves the collections list.
                cvsync://some.where/foo/rcs/?prefix=/localsrc
                        Retrieves the collection foo/rcs under /localsrc.

          The documentation is not prepared yet.

        * Fix a bug to fail to execute in background when use an option -p
          to specify a file name to store a PID number and it is a relative
          path. (server)

        * Add samples to distribute NetBSD/OpenBSD CVS repositories.
</content>
</entry>
<entry>
<title>cvsync-0.19.5 is out</title>
<updated>2003-04-20T12:58:48Z</updated>
<author>
<name>gehenna</name>
<email>gehenna</email>
</author>
<published>2003-04-20T12:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4f209c37c312790244b3bd23c6252afa4cb26720'/>
<id>urn:sha1:4f209c37c312790244b3bd23c6252afa4cb26720</id>
<content type='text'>
ChangeLog:
	* Fix a bug that the 'SetAttrs' request for directories was issued in
          a wrong order.

	* New feature: loose

          Background:
          Proper CVS repositories don't have files with same file name
          inside/outside 'Attic' directory of the same directory. If both exist
          accidentally, it is very difficult to determine which file is the
          right one. So in the past, cvsync exits abnormaly with the
          'inconsistency' error message. But some CVS repositories has this
          inconsistency. It is unhappy for CVS repositories mirror sites to
          redistribute them.

          The 'loose' option provides a workaround for bogus CVS repositories.
          When cvsync detects a inconsistency, cvsync assumes that the a file
          with more recent modification time is right and don't exit.

          This feature is optional. The best way is to remove the
          inconsistencies from master sites, of course.

        * Fix a bug that when move a RCS file from inside/outside Attic to
          outside/inside Attic without chaging modifition time and permissions,
          cvsync can't detect the action.
</content>
</entry>
<entry>
<title>allow this to build on -current systems where the kernel version</title>
<updated>2003-03-06T12:36:45Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-03-06T12:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0809ee42d7f807d11d55aae1efd1f03b814c3753'/>
<id>urn:sha1:0809ee42d7f807d11d55aae1efd1f03b814c3753</id>
<content type='text'>
has pthread support but userland does not.

also install some example config files.

bump PKGREVISION.
</content>
</entry>
<entry>
<title>Import of cvsync 0.14, a portable cvs repository syncer (client and server),</title>
<updated>2003-03-06T09:08:30Z</updated>
<author>
<name>martin</name>
<email>martin</email>
</author>
<published>2003-03-06T09:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b4ae379b28dcf1ac57821e9451c7bcbbcde6c03'/>
<id>urn:sha1:6b4ae379b28dcf1ac57821e9451c7bcbbcde6c03</id>
<content type='text'>
similar, but not compatible with, to CVSup(tm).
</content>
</entry>
</feed>
