attempt at a multi file commit, to seee how it formats
Log Message:
-----------
attempt at a multi file commit, to seee how it formats
Modified Files:
--------------
pgsql-server/contrib:
README
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/README)
pgsql-server/contrib/rserv:
ApplySnapshot.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/ApplySnapshot.in)
CleanLog.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/CleanLog.in)
GetSyncID.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/GetSyncID.in)
InitRservTest.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/InitRservTest.in)
MasterAddTable.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/MasterAddTable.in)
MasterInit.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/MasterInit.in)
MasterSync.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/MasterSync.in)
PrepareSnapshot.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/PrepareSnapshot.in)
Replicate.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/Replicate.in)
RservTest.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/RservTest.in)
SlaveAddTable.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/SlaveAddTable.in)
SlaveInit.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/SlaveInit.in)
Not sure if I like the URLs, myself ... opinions?
On Thu, 20 May 2004, PostgreSQL Daemon wrote:
Log Message:
-----------attempt at a multi file commit, to seee how it formats
Modified Files:
--------------
pgsql-server/contrib:
README
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/README)
pgsql-server/contrib/rserv:
ApplySnapshot.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/ApplySnapshot.in)
CleanLog.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/CleanLog.in)
GetSyncID.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/GetSyncID.in)
InitRservTest.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/InitRservTest.in)
MasterAddTable.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/MasterAddTable.in)
MasterInit.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/MasterInit.in)
MasterSync.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/MasterSync.in)
PrepareSnapshot.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/PrepareSnapshot.in)
Replicate.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/Replicate.in)
RservTest.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/RservTest.in)
SlaveAddTable.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/SlaveAddTable.in)
SlaveInit.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/SlaveInit.in)---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
Marc G. Fournier wrote:
Not sure if I like the URLs, myself ... opinions?
You could try cvsspam, which is what I use in-house. Neil
posted the URL. It does HTML mail, so it'd probably belong
on a dedicated list. It's a huge help with the links,
though, see this sample:
http://www.badgers-in-foil.co.uk/projects/cvsspam/example.html
The good thing is that it has a line limit (default 1000 lines),
and if a patch is under that, the complete diff is shown.
Despite PostgreSQL being an unixy open source project, I'm sure
that there are a ton of people on the lists with HTML emailers,
and for us this would be a very welcome alternative :-)
mk
Hi,
Not sure if I like the URLs, myself ... opinions?
All those links look messy IMHO. Maybe it's possible to give one link for
every directory instead one for every file?
Something like:
Log Message:
-----------
attempt at a multi file commit, to seee how it formats
Modified Files:
--------------
pgsql-server/contrib:
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/)
README
pgsql-server/contrib/rserv:
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/rserv/)
ApplySnapshot.in
CleanLog.in
GetSyncID.in
Etc.
Just a thought...
Sander.
Not sure if I like the URLs, myself ... opinions?
Can the urls point to the exact diff?
Chris
On Fri, 21 May 2004, Christopher Kings-Lynne wrote:
Not sure if I like the URLs, myself ... opinions?
Can the urls point to the exact diff?
Already fixed for that ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
Sander Steffann wrote:
All those links look messy IMHO. Maybe it's possible to give one link for
every directory instead one for every file?
The commit message ought to (and how does) contain a link directly to
the relevant diff, rather than to the cvsweb entry for the modified
file. Emitting one link per directory wouldn't allow this, I believe.
BTW Marc: thank you for setting this up so quickly!
-Neil