This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 38467 - generic profiles for Subversion 0.35.1
Summary: generic profiles for Subversion 0.35.1
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-07 06:24 UTC by Steve Benigan
Modified: 2004-08-22 16:49 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Subversion Unix profile (134.58 KB, text/plain)
2004-01-07 06:25 UTC, Steve Benigan
Details
Subversion Windows profile (134.59 KB, text/plain)
2004-01-07 06:26 UTC, Steve Benigan
Details
Updated Subversion Windows profile (136.15 KB, text/plain)
2004-01-08 20:19 UTC, Steve Benigan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Benigan 2004-01-07 06:24:16 UTC
Supports command line svn tool in Subversion 0.35.1

Changes since last versions include:

Fixed authentication issues
Added Global settings that can be overridden using
Expert dialogs
Order of options changed to match command line
where applicable
Some refresh problems fixed but only those within
the control of the profile
Removed echo commands
Fixed quoting issues
Misc bugs fixed

Things that yield strange results:
Multiple selection in file explorer hasn't been
fully tested but is handled as gracefully as possible.
Refresh doesn't occur when you think it should. 
This is probably due to a known bug in the
Netbeans code, not the profile... however there
may be some places where refresh isn't triggered
when it should be.
Diff command has two forms but few defaults in the
expert tab making it a bit tedious to use.
Some commands don't map perfectly to the profile
like "switch" which requires a manual change to
the customize menu.
Comment 1 Steve Benigan 2004-01-07 06:25:25 UTC
Created attachment 12731 [details]
Subversion Unix profile
Comment 2 Steve Benigan 2004-01-07 06:26:27 UTC
Created attachment 12732 [details]
Subversion Windows profile
Comment 3 Martin Entlicher 2004-01-07 14:51:39 UTC
Thanks Steve. I'll be busy till Friday (it's feature freeze), I'll
look at it then and will create the new version of the subversion
module.
Comment 4 Steve Benigan 2004-01-08 20:19:14 UTC
Created attachment 12796 [details]
Updated Subversion Windows profile
Comment 5 Martin Entlicher 2004-03-18 12:28:42 UTC
Thanks Steve. I've merged the two profiles for Windows and UNIX into
one. In NetBeans 3.6 conditions were introduced (see
http://vcsgeneric.netbeans.org/doc/profiles/Structure_of_VCS_profile.html#Conditions),
so I've added a condition "IS_WINDOWS" to be able to differentiate the
variable values for Windows and UNIX.

Also I've started to put some display labels into resource bundle, but
it will be a lot of work to put them all there. Also, there is
currently no support for storing labels in resource bundles in
commands and variables editors :( I've submitted issue #41108 for that.

Checking in mf-layer.xml;
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.2; previous revision: 1.1
done
RCS file:
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/Bundle.properties,v
done
Checking in config/Bundle.properties;
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/Bundle.properties,v
 <--  Bundle.properties
initial revision: 1.1
done
RCS file:
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/svn.xml,v
done
Checking in config/svn.xml;
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/svn.xml,v
 <--  svn.xml
initial revision: 1.1
done
Removing config/svnUnix.xml;
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/svnUnix.xml,v
 <--  svnUnix.xml
new revision: delete; previous revision: 1.5
done
Removing config/svnWin.xml;
/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/svnWin.xml,v
 <--  svnWin.xml
new revision: delete; previous revision: 1.5
done
Comment 6 Martin Entlicher 2004-04-28 17:38:26 UTC
Steve, unfortunately I must reopen this issue and revert the last
change. The reason is, that you still did not sign the JCA (I've asked
you to do so in a private mail) - you're not listed at
http://www.netbeans.org/about/legal/jca-approved.html

According to the policy
(http://www.netbeans.org/about/legal/jca.html), I'm not allowed to
accept code from contributors, who did not sign JCA. This is in effect
since October 4th 2003, this is why your first contribution could be
accepted, but unfortunately not this one.

For the instructions how to sign the JCA please see
http://www.netbeans.org/kb/faqs/jca.html.
Thanks for you understanding.

/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/svn.xml,v
 <--  svn.xmlnew revision: 1.2; previous revision: 1.1
Comment 7 Martin Entlicher 2004-08-22 16:49:23 UTC
The patch is merged back in. Thanks for the contribution.

/cvs/vcsgeneric/profiles/subversion/src/org/netbeans/modules/vcs/profiles/subversion/config/svn.xml,v
 <--  svn.xml
new revision: 1.5; previous revision: 1.4

It seems to work O.K. with Subversion 1.1.0 RC2