![]() |
![]() |
------------------------------snip------------------------------
Or access the Interchange CVS repository:
export CVSROOT=:pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository
cvs login
Password: anon_cvs
cvs checkout -P interchange
csh or tcsh users should use the following line in place of the first line above:
setenv CVSROOT :pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository
This will create an interchange/ directory in your current directory.
Later, from inside the interchange/ directory you
can type:
cvs update -dP .
And your sources will be updated to the latest available.
Note that if you frequently use CVS, it may be helpful to create
a .cvsrc file in your home directory with
commonly-used options such as these:
cvs -z3
diff -u
update -Pd
checkout -P
This directs CVS to (1) automatically compress all data communicated
between you and our server (saving
bandwidth); (2) show context-sensitive diffs; (3) prune empty directories
and create any new directories added to
the repository since your checkout; and (4) prune empty directories
during your checkouts. (Thanks to Stefan
Hornburg for the suggestion.)
------------------------------snip------------------------------
Paul R Stearns wrote:
Mike:How do I go about getting the new version of this file?
Paul
Mike Heins wrote:
> Quoting Mike Heins (mikeh@minivend.com):
> > Quoting Marcel Montes (marcel@multimake.com):
> > > After uploading images in the admin interface of the construct demo when
> > > it returns
> > > to the item edit page, several fields are erased (Long description, and
> > > size for instance)
> > >
> > > (RedHat 7, MySQL)
> >
> > Cannot duplicate.
>
> Oops, yes I can when "new file name" option is selected. Found and
> fixed in CVS in the file lib/UI/vars/UI_STD_DBEDIT_TABLE.
>
> Elaboration for the source-curious: the $override variable was defined
> "my" outside the loop, so every field after the image one was
> trashed. Moving "my $override" inside the for(@cols) loop
> fixes it.
>
> --
> Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
> phone +1.513.523.7621 fax 7501 <heins@akopia.com>
>
> Clothes make the man. Naked people have little or no influence on
> society. -- Mark Twain
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users
-- Marcel Montes [marcel(at)multimake(dot)com] - Programmer "If our brain were so simple that we could understand it, we would be so stupid that we couldn't do so" -------------------------- EOF ----------------------------